www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

info.rkt (544B)


      1 #lang info
      2 (define collection 'multi)
      3 (define deps '("base"))
      4 (define build-deps '("scribble-lib"
      5                      "racket-doc"
      6                      "typed-racket-doc"
      7                      "aful"
      8                      "typed-map-lib"))
      9 (define pkg-desc
     10   (string-append "Documentation for typed-map-lib, a"
     11                  " type inference helper for map with Typed/Racket."
     12                  " Supports afl, un-annotated lambdas and polymorphic"
     13                  " functions."))
     14 (define version "1.0")
     15 (define pkg-authors '(|Suzanne Soy|))