info.ss
#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.5 fixes yet another case error in a filename related to Ticket #111 - Scribble Build Error on Linux."))
(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")))