www

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

info.rkt (310B)


      1 #lang info
      2 
      3 (define collection 'multi)
      4 
      5 (define deps '("distro-build-client"
      6                "distro-build-server"))
      7 (define implies '("distro-build-client"
      8                   "distro-build-server"))
      9 
     10 (define pkg-desc "implementation (no documentation) part of \"distro-build\"")
     11 
     12 (define pkg-authors '(mflatt))