From 5cecfa2a6941ac8099bb1d15b246468e5f1f430b Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 13 Oct 2014 11:43:37 -0700 Subject: [PATCH] add info.rkt --- csp/info.rkt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 csp/info.rkt 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