8 lines
251 B
Racket
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))
|