10 lines
269 B
Racket
10 lines
269 B
Racket
#lang info
|
|
|
|
(define collection "2d")
|
|
(define version "1.1")
|
|
(define deps '(["base" #:version "6.6.0.3"]
|
|
"scribble-lib"
|
|
"syntax-color-lib"))
|
|
(define pkg-desc "Implementation (no documentation) part of \"2d\"")
|
|
(define pkg-authors '(robby))
|