Add cur meta-package; tweaked descrip. of cur-lib
This commit is contained in:
parent
0a1a14b850
commit
93b6495d69
|
@ -2,6 +2,6 @@
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
(define deps '("base" ("redex-lib" #:version "1.11")))
|
(define deps '("base" ("redex-lib" #:version "1.11")))
|
||||||
(define build-deps '())
|
(define build-deps '())
|
||||||
(define pkg-desc "Dependent types with parenthesis and meta-programming.")
|
(define pkg-desc "implementation (no documentation, tests) part of \"cur\".")
|
||||||
(define version "0.2")
|
(define version "0.2")
|
||||||
(define pkg-authors '(wilbowma))
|
(define pkg-authors '(wilbowma))
|
||||||
|
|
6
cur/info.rkt
Normal file
6
cur/info.rkt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#lang info
|
||||||
|
(define collection 'multi)
|
||||||
|
(define deps '("cur-lib" "cur-doc" "cur-test"))
|
||||||
|
(define implies '("cur-lib" "cur-doc" "cur-test"))
|
||||||
|
(define pkg-desc "Dependent types with parenthesis and meta-programming.")
|
||||||
|
(define pkg-authors '(wilbowma))
|
Loading…
Reference in New Issue
Block a user