www

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

info.rkt (472B)


      1 #lang info
      2 (define collection "tr-immutable")
      3 (define deps '("base"
      4                "rackunit-lib"
      5                "typed-racket-lib"
      6                "typed-racket-more"
      7                "typed-map-lib"))
      8 (define build-deps '("scribble-lib"
      9                      "racket-doc"
     10                      "typed-racket-doc"))
     11 (define scribblings '(("scribblings/tr-immutable.scrbl" ())))
     12 (define pkg-desc "Description Here")
     13 (define version "0.0")
     14 (define pkg-authors '(|Suzanne Soy|))