www

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

info.rkt (327B)


      1 #lang info
      2 (define collection 'multi)
      3 (define deps '("base"
      4                "rackunit-lib"
      5                "typed-racket-lib"
      6                "typed-racket-more"
      7                "typed-map-lib"))
      8 (define build-deps '("aful"))
      9 (define pkg-desc "Tests for typed-map-lib")
     10 (define version "1.0")
     11 (define pkg-authors '(|Suzanne Soy|))