www

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

info.rkt (442B)


      1 #lang info
      2 
      3 (define collection "distro-build")
      4 
      5 (define deps '(["base" #:version "6.1.1.6"]
      6                "distro-build-client"
      7                "web-server-lib"
      8                "ds-store-lib"
      9                "net-lib"
     10                "scribble-html-lib"
     11                "plt-web-lib"
     12                "remote-shell-lib"))
     13 (define build-deps '("at-exp-lib"))
     14 
     15 (define pkg-desc "server-side part of \"distro-build\"")
     16 
     17 (define pkg-authors '(mflatt))