www

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

info.rkt (846B)


      1 #lang info
      2 (define collection "stxparse-info")
      3 (define deps '(("base" #:version "6.7.0.900")
      4                "rackunit-lib"
      5                ;; Because scribble/example is not available on v6.3:
      6                "version-case"
      7                "subtemplate" ;; for the documentation only
      8                "auto-syntax-e"
      9                "compatibility-lib"))
     10 (define build-deps '("scribble-lib"
     11                      "racket-doc"
     12                      "at-exp-lib")) ;; for the documentation only
     13 (define scribblings '(("scribblings/stxparse-info.scrbl" () ("Syntax Extensions"))))
     14 (define compile-omit-paths '("6-11" "6-12" "6-90-0-29" "7-0-0-20" "7-3-0-1" "7-4" "8-0"))
     15 (define test-omit-paths '("6-11" "6-12" "6-90-0-29" "7-0-0-20" "7-3-0-1" "7-4" "8-0"))
     16 (define pkg-desc "Description Here")
     17 (define version "0.0")
     18 (define pkg-authors '(|Suzanne Soy|))
     19