(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.5 fixes an omission of some of the random distribution " "graphics files from the random-distributions-graphics.ss " "subcollection.")) (define categories '(scientific)) (define doc.txt "doc.txt") (define html-docs (list "html")) (define primary-file "science-with-graphics.ss") (define version "2.5") (define compile-subcollections (list (list "special-functions") (list "random-distributions"))) )