8 lines
183 B
Racket
8 lines
183 B
Racket
#lang info
|
|
|
|
(define collection "2d")
|
|
(define version "1.0")
|
|
(define deps '("base"))
|
|
(define pkg-desc "Implementation (no documentation) part of \"2d\"")
|
|
(define pkg-authors '(robby))
|