www

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

info.rkt (370B)


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