www

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

info.rkt (289B)


      1 #lang info
      2 
      3 (define collection 'multi)
      4 (define deps '("base" "rackunit-lib" "scribble-lib" "racket-index"))
      5 (define build-deps '("scribble-lib"
      6                      "rackunit-lib"
      7                      "racket-doc"))
      8 
      9 (define cover-omit-paths
     10   '(#rx".*\\.scrbl"
     11     #rx"info\\.rkt"
     12     ))