14 lines
254 B
Racket
14 lines
254 B
Racket
#lang info
|
|
|
|
(define collection 'multi)
|
|
|
|
(define deps '("base"
|
|
"scheme-lib"
|
|
"rackunit-lib"))
|
|
|
|
(define pkg-desc "implementation (no documentation) part of \"compiler\"")
|
|
|
|
(define pkg-authors '(mflatt))
|
|
|
|
(define version "1.2")
|