info.rkt (436B)
1 #lang info 2 (define collection "debug-scopes") 3 (define deps '("base" 4 "pretty-format" 5 "rackunit-lib" 6 "reprovide-lang")) 7 (define build-deps '("scribble-lib" 8 "racket-doc" 9 "scribble-enhanced")) 10 (define scribblings '(("scribblings/debug-scopes.scrbl" ()))) 11 (define pkg-desc "Description Here") 12 (define version "0.0") 13 (define pkg-authors '(|Suzanne Soy|))