www

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

info.rkt (401B)


      1 #lang info
      2 (define collection "polysemy")
      3 (define deps '(("base" "6.3")
      4                "rackunit-lib"))
      5 (define build-deps '(("scribble-lib" "1.16")
      6                      "racket-doc"))
      7 (define scribblings '(("scribblings/polysemy.scrbl" ())))
      8 (define pkg-desc
      9   "Polysemic identifiers, each meaning can be required and renamed separately")
     10 (define version "0.1")
     11 (define pkg-authors '(|Suzanne Soy|))