info.ss
(module info (lib "infotab.ss" "setup")
  (define name "SRFI 53 Reference Implementation: Syntactic computations with computation-rules")
  (define doc.txt "doc.txt")
  (define categories '(metaprogramming))
  (define required-core-version "370")
  (define primary-file "srfi-53.ss")
  (define blurb
    (list '(div "This is the reference implementation for SRFI 53: Syntactic computations with "
                "computation-rules, written by Andre van Tonder and transcribed to work with "
                "MzScheme and SchemeUnit.")))
  (define release-notes 
    (list 
     '(div "Initial release: original reference implementation, original test suite, and a corrected test suite."))))