www

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

info.rkt (346B)


      1 #lang info
      2 
      3 (define collection 'multi)
      4 
      5 (define deps
      6   '("base"
      7     "hygienic-reader-extension"
      8     "at-exp-lib"
      9     "rackjure"
     10     "rackunit-lib"
     11     "phc-toolkit"
     12     "scribble-enhanced"
     13     "scribble-lib"
     14     ))
     15 
     16 (define build-deps
     17   '("scribble-lib"
     18     "racket-doc"
     19     "scribble-doc"
     20     "scribble-code-examples"
     21     "scribble-doc"
     22     ))
     23