www

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

info.rkt (459B)


      1 #lang info
      2 
      3 (define collection "distro-build")
      4 
      5 (define deps '(["base" #:version "6.1.1.6"]
      6                "distro-build-server"
      7                "distro-build-client"
      8                "web-server-lib"))
      9 (define build-deps '("at-exp-lib"
     10                      "racket-doc"
     11                      "scribble-lib"))
     12 
     13 (define pkg-desc "documentation part of \"distro-build\"")
     14 
     15 (define pkg-authors '(mflatt))
     16 
     17 (define scribblings '(("distro-build.scrbl" (multi-page))))