www

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

info.rkt (252B)


      1 #lang info
      2 
      3 (define collection "distro-build")
      4 
      5 (define deps '(["base" #:version "6.2.900.9"]
      6                "ds-store-lib"))
      7 (define build-deps '("at-exp-lib"))
      8 
      9 (define pkg-desc "client-side part of \"distro-build\"")
     10 
     11 (define pkg-authors '(mflatt))