cur/cur-lib/info.rkt
2016-03-23 18:32:34 -04:00

8 lines
251 B
Racket

#lang info
(define collection 'multi)
(define deps '("base" ("redex-lib" #:version "1.11")))
(define build-deps '())
(define pkg-desc "implementation (no documentation, tests) part of \"cur\".")
(define version "0.4")
(define pkg-authors '(wilbowma))