typed-map/info.rkt
Georges Dupéron 66b41f4a21 Initial commit
2016-10-15 05:35:20 +02:00

16 lines
544 B
Racket

#lang info
(define collection "typed-map")
(define deps '("base"
"rackunit-lib"
"typed-racket-lib"))
(define build-deps '("scribble-lib"
"racket-doc"
"afl"))
(define scribblings '(("scribblings/typed-map.scrbl" ())))
(define pkg-desc
(string-append "Type inference helper for map with Typed/Racket."
" Supports afl, un-annotated lambdas and polymorphic"
" functions."))
(define version "1.0")
(define pkg-authors '("Georges Dupéron"))