
Created split packages: cur, cur-lib, cur-test, cur-doc, similar to other Racket packages, e.g., redex. * Moved tests out of core and into cur-test * Moved docs into cur-doc * Moved cur implementation and libraries into cur-lib * Added cur meta-pacakge that installs all of the above
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.2")
|
|
(define pkg-authors '(wilbowma))
|