add info.rkt

main
Matthew Butterick 10 years ago
parent 1a81811aca
commit 5cecfa2a69

@ -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"))
Loading…
Cancel
Save