9 lines
221 B
Racket
9 lines
221 B
Racket
#lang info
|
|
|
|
(define collection "2d")
|
|
(define version "1.0")
|
|
(define deps '("base" "2d-lib"))
|
|
(define build-deps '("rackunit-lib" "unstable-options-lib"))
|
|
(define pkg-desc "tests for \"2d\"")
|
|
(define pkg-authors '(robby))
|