www

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

info.rkt (365B)


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