info.ss
(module info (lib "infotab.ss" "setup")
  (define name "The McCarthy Magical Scheme System")
  (define homepage "http://jay.makeoutcity.com/#mmss")
  (define blurb
    (list "Jay McCarthy's collection of Scheme procedures."))
  (define primary-file "mmss.ss")
  (define doc.txt "doc.txt")
  (define categories `(dev)))