info.rkt (431B)
1 #lang info 2 (define collection "anaphoric") 3 (define deps '("base" 4 "rackunit-lib")) 5 (define build-deps '("scribble-lib" "racket-doc")) 6 (define scribblings '(("scribblings/anaphoric.scrbl" ()))) 7 (define compile-omit-paths '("test/")) 8 (define pkg-desc "Anaphoric versions of `if`, `when` and `cond`. They bind the value of the condition expression to `it`.") 9 (define version "0.1") 10 (define pkg-authors '(|Suzanne Soy|))