#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.0 is updated for PLT Scheme V4.0. Also, contracts were added for " "the ordinary differential equation solver package.")) (define categories '(scientific)) (define doc.txt "doc.txt") (define html-docs (list "html")) (define primary-file "science-with-graphics.ss") (define version "3.0") (define repositories (list "4.x")) (define compile-omit-paths (list "html")) (define compile-subcollections (list (list "special-functions") (list "random-distributions") (list "ode-initval")))