info.rkt
#lang setup/infotab
(define name "Slow Thought")
(define blurb '("Mathematical and programming odds & ends"))
(define release-notes '("Chebyshev Integrals."
                        "Forward Chaining."))
(define version "1.1 Fixes to documentation")
(define primary-file (list "chain.rkt" "chebyshev.rkt" ))
(define categories '(devtools scientific))
(define scribblings '(("reference/slow-thought.scrbl" (multi-page))))
(define homepage "http://slow-thought.blogspot.com")