17 lines
330 B
Racket
17 lines
330 B
Racket
#lang info
|
|
|
|
(define collection 'multi)
|
|
|
|
(define deps '(["base" #:version "6.1.1.8"]
|
|
"scheme-lib"
|
|
"rackunit-lib"
|
|
"zo-lib"))
|
|
|
|
(define implies '("zo-lib"))
|
|
|
|
(define pkg-desc "implementation (no documentation) part of \"compiler\"")
|
|
|
|
(define pkg-authors '(mflatt))
|
|
|
|
(define version "1.3")
|