www

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

info.rkt (334B)


      1 #lang info
      2 (define collection "auto-syntax-e")
      3 (define deps '("base"
      4                "rackunit-lib"))
      5 (define build-deps '("scribble-lib"
      6                      "racket-doc"))
      7 (define scribblings '(("scribblings/auto-syntax-e.scrbl" ())))
      8 (define pkg-desc "Description Here")
      9 (define version "0.0")
     10 (define pkg-authors '(|Suzanne Soy|))