www

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

info.rkt (383B)


      1 #lang info
      2 (define collection 'multi)
      3 (define deps '("phc-adt-lib"
      4                "phc-adt-doc"
      5                "phc-adt-test"))
      6 (define implies '("phc-adt-lib"
      7                   "phc-adt-doc"
      8                   "phc-adt-test"))
      9 (define build-deps '())
     10 (define pkg-desc "Algebraic Datatypes tailored for writing compilers")
     11 (define version "1.1")
     12 (define pkg-authors '(|Suzanne Soy|))