9 lines
176 B
Racket
9 lines
176 B
Racket
#lang info
|
|
(define collection 'multi)
|
|
(define deps '("base"
|
|
"racket-test"))
|
|
|
|
(define pkg-desc "tests for \"compatibility-lib\"")
|
|
|
|
(define pkg-authors '(mflatt))
|