typed-map/typed-map-test/info.rkt
2017-01-12 21:50:16 +01:00

13 lines
391 B
Racket

#lang info
(define collection 'multi)
(define deps '("base"
"rackunit-lib"
"typed-racket-lib"
"typed-racket-more"
"typed-map-lib"))
(define build-deps '("aful"))
(define scribblings '(("scribblings/typed-map.scrbl" ())))
(define pkg-desc "Tests for typed-map-lib")
(define version "1.0")
(define pkg-authors '("Georges Dupéron"))