info.rkt (615B)
1 #lang info 2 (define collection "extensible-parser-specifications") 3 (define deps '("base" 4 "rackunit-lib" 5 "phc-toolkit" 6 "generic-syntax-expanders" 7 "alexis-util")) 8 (define build-deps '("scribble-lib" 9 "racket-doc" 10 "seq-no-order")) 11 (define scribblings '(("scribblings/extensible-parser-specifications.scrbl" ()))) 12 (define pkg-desc (string-append "Composable no-order syntax/parse" 13 " specifications, with global constraints")) 14 (define version "0.1") 15 (define pkg-authors '(|Suzanne Soy|))