www

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

info.rkt (230B)


      1 #lang info
      2 
      3 (define collection "distro-build")
      4 
      5 (define pkg-desc "Distribution-build tests")
      6 
      7 (define deps '("base"))
      8 (define build-deps '("remote-shell-lib"
      9                      "web-server-lib"))
     10 
     11 (define pkg-authors '(mflatt))