www

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

info.rkt (555B)


      1 #lang info
      2 (define collection "typed-worklist")
      3 (define deps '(("base" "6.6.0.900")
      4                "rackunit-lib"
      5                "type-expander"
      6                "typed-racket-lib"
      7                "typed-racket-more"))
      8 (define build-deps '("scribble-lib"
      9                      "racket-doc"))
     10 (define scribblings '(("scribblings/typed-worklist.scrbl" () ("typed-racket"))))
     11 (define pkg-desc "A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types.")
     12 (define version "0.1")
     13 (define pkg-authors '(|Suzanne Soy|))