#lang setup/infotab (define name "Science") (define blurb (list "A collection of modules that provide functions for numerical computing.")) (define release-notes (list "Fixed bug in correlation function (issue #203).")) (define categories '(scientific)) (define homepage "http://schematics.sourceforge.net") (define scribblings '(("scribblings/science.scrbl" (multi-page)))) (define primary-file '("science.ss" "science-with-graphics.ss")) (define repositories (list "4.x")) (define compile-subcollections (list (list "special-functions") (list "random-distributions") (list "ode-initval")))