www

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

info.rkt (480B)


      1 #lang info
      2 (define collection "chain-module-begin")
      3 (define deps '("base"
      4                "rackunit-lib"
      5                "debug-scopes"))
      6 (define build-deps '("scribble-lib"
      7                      "racket-doc"))
      8 (define scribblings '(("scribblings/chain-module-begin.scrbl" ())))
      9 (define pkg-desc "Use this to build meta-languages, where a #%module-begin expands to the #%module-begin of another user-specified language.")
     10 (define version "0.1")
     11 (define pkg-authors '(|Suzanne Soy|))