www

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

info.rkt (1107B)


      1 #lang info
      2 (define collection "type-expander")
      3 (define deps '("base"
      4                "rackunit-lib"
      5                "scribble-lib"
      6                "typed-racket-lib"
      7                "typed-racket-more"
      8                "hyper-literate"
      9                "auto-syntax-e"
     10                "debug-scopes"
     11                "version-case"))
     12 (define build-deps '("scribble-lib"
     13                      "racket-doc"
     14                      "typed-racket-more"
     15                      "typed-racket-doc"
     16                      "scribble-enhanced"
     17                      ;; Just for a link to the library inside the documentation.
     18                      ;; Can be removed and change the link
     19                      ;; in type-expander.hl.rkt to
     20                      ;; http://docs.racket-lang.org/mutable-match-lambda/
     21                      "mutable-match-lambda"))
     22 (define scribblings '(("scribblings/type-expander.scrbl" () ("typed-racket"))
     23                       ("scribblings/type-expander-implementation.scrbl" (multi-page) ("typed-racket"))))
     24 (define pkg-desc "Description Here")
     25 (define version "1.0")
     26 (define pkg-authors '(|Suzanne Soy|))