info.ss
(module info (lib "infotab.ss" "setup")
  (define doc.txt "doc.txt")
  (define name "MrMathematica")
  (define blurb
    '("MrMathematica -- Union of Mathematica and Scheme."))
  (define categories '(scientific devtools))
  (define release-notes '("A C compiler with MathLink is needed for the first time require. See homepage for details."))
  (define homepage "http://www.cs.utah.edu/~czhu/SchemeLink/")
  (define primary-file "mathematica.ss")
  (define required-core-version "371")
  (define help-desk-message
    "Mz/Mr: (require (lib \"mathematica.ss\" \"mrmathematica\"))")
  (define compile-omit-files '("installer.ss"))
  (define pre-install-collection "installer.ss")
  (define tools '(("tool.ss")))
  (define tool-names '("MrMathematica"))
  (define tool-icons '("mathematica.png"))
  (define tool-urls '("http://www.cs.utah.edu/~czhu/SchemeLink/"))
  (define mred-launcher-libraries (list "schemelink.ss"))
  (define mred-launcher-names (list "SchemeLink")))