www

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

info.rkt (317B)


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