www

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

info.rkt (696B)


      1 #lang info
      2 (define collection "subtemplate")
      3 (define deps '("base"
      4                "rackunit-lib"
      5                "backport-template-pr1514" ;; for the documentation only
      6                "phc-toolkit"
      7                "srfi-lite-lib"
      8                "stxparse-info"
      9                "alexis-util"
     10                "scope-operations"
     11                "auto-syntax-e"
     12                "version-case"))
     13 (define build-deps '("scribble-lib"
     14                      "racket-doc"
     15                      "scribble-math"))
     16 (define scribblings '(("scribblings/subtemplate.scrbl" () (parsing-library))))
     17 (define pkg-desc "Various enhancements on syntax templates")
     18 (define version "1.2")
     19 (define pkg-authors '(|Suzanne Soy|))