info.rkt (844B)
1 #lang info 2 (define collection 'multi) 3 (define deps '("base" 4 "typed-racket-lib" 5 "hyper-literate" 6 "multi-id" 7 "phc-toolkit" 8 "remember" 9 "type-expander" 10 "extensible-parser-specifications" 11 "alexis-util" 12 "typed-struct-props" 13 "match-string" 14 "xlist" 15 "compatibility-lib" 16 "generic-bind" 17 "datatype")) 18 (define build-deps '("at-exp-lib" 19 "sandbox-lib" 20 "scribble-enhanced" 21 "scribble-lib" 22 "scribble-math")) 23 (define pkg-desc "Algebraic Datatypes tailored for writing compilers (tests are in phc-adt-test)") 24 (define version "1.1") 25 (define pkg-authors '(|Suzanne Soy|))