info.ss
(module info (lib "infotab.ss" "setup")
  (define name "Science")
  (define blurb
    (list "A collection of modules that provide functions for numerical computing."))
  (define release-notes
    (list "Version 2.9 fixes some tail recursion bugs in the histograms."))
  (define categories '(scientific))
  (define doc.txt "doc.txt")
  (define html-docs (list "html"))
  (define primary-file "science-with-graphics.ss")
  (define version "2.9")
  (define compile-subcollections
    (list (list "special-functions")
          (list "random-distributions")))
)