rackunit/schemeunit/info.rkt
Sam Tobin-Hochstadt 9ccd498cae Move schemeunit to this repository.
This loses the history of these files, but that history is both
trivial (they're all 3-line files) and hard to merge.
2014-12-06 22:08:36 -05:00

11 lines
215 B
Racket

#lang info
(define collection "schemeunit")
(define deps '("base"
"rackunit-lib"
"rackunit-gui"))
(define pkg-desc "Legacy SchemeUnit testing framework")
(define pkg-authors '(jay))