#lang setup/infotab (define name "Science") (define blurb (list "A collection of modules that provide functions for numerical computing.")) (define release-notes (list "Version 3.1 adds documentation in the new Scribble format.")) (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")))