cur/cur-lib/info.rkt
2016-01-10 18:52:35 -05: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.2")
(define pkg-authors '(wilbowma))