www

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

info.rkt (411B)


      1 #lang info
      2 (define collection 'multi)
      3 (define deps '("base"
      4                "phc-adt-lib"
      5                "rackunit-lib"
      6                "typed-racket-lib"
      7                "typed-racket-more"
      8                "multi-id"
      9                "phc-toolkit"
     10                "type-expander"))
     11 (define build-deps '())
     12 (define pkg-desc "Tests for the phc-adt library")
     13 (define version "1.1")
     14 (define pkg-authors '(|Suzanne Soy|))