
This loses the history of these files, but that history is both trivial (they're all 3-line files) and hard to merge.
11 lines
215 B
Racket
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))
|