#lang setup/infotab (define name "Science") (define blurb (list "A collection of modules that provide functions for numerical computing.")) (define release-notes (list "This release is primarily a performance enhancement release. " "Several modules were rewritten using the new 'unsafe' operators that " "compile more efficiently.")) (define categories '(scientific)) (define homepage "http://schematics.sourceforge.net") (define primary-file '("science.ss" "science-with-graphics.ss")) (define required-core-version "4.2.3") (define repositories (list "4.x")) (define category '(library)) (define scribblings '(("scribblings/science.scrbl" (multi-page))))