diff --git a/csp/info.rkt b/csp/info.rkt new file mode 100644 index 00000000..2815b7d6 --- /dev/null +++ b/csp/info.rkt @@ -0,0 +1,7 @@ +#lang info +(define collection "csp") +(define deps '(("base" #:version "6.0") "sugar")) +(define update-implies '("sugar")) +;(define scribblings '(("scribblings/pollen.scrbl" (multi-page)))) +;(define raco-commands '(("pollen" pollen/raco "issue Pollen command" #f))) +;(define compile-omit-paths '("tests" "raco.rkt")) \ No newline at end of file