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