info.rkt (766B)
1 #lang info 2 (define collection "typed-struct-props") 3 (define deps '("base" 4 "rackunit-lib" 5 "typed-racket-lib" 6 "typed-racket-more" 7 "type-expander")) 8 (define build-deps '("scribble-lib" 9 "racket-doc" 10 "typed-racket-doc")) 11 (define scribblings 12 '(("scribblings/typed-struct-props.scrbl" () ("typed-racket")))) 13 (define pkg-desc 14 (string-append "Makes a small subset of struct type properties available" 15 " in Typed/Racket. The API should hopefully stay" 16 " backward-compatible when Typed/Racket officially supports" 17 " (or rejects) structure type properties.")) 18 (define version "1.0") 19 (define pkg-authors '(|Suzanne Soy|))