info.rkt
#lang setup/infotab
(define name "math")
(define blurb '("Probability, matrices"))
(define release-notes '("Initial release"))
(define version "1.0 Beta functions, matrices")
(define primary-file (list "beta.rkt" "yaml.rkt"))
(define categories '(scientific datastructures))
(define homepage "http://slow-thought.blogspot.com")
(define scribblings '[("math.scrbl")])