info.ss
(module info (lib "infotab.ss" "setup")
  (define name "R6RS Macros and R6RS libraries (van Tonder)")
  (define doc.txt "doc.txt")
  (define categories '(metaprogramming))
  (define required-core-version "370")
  (define primary-file '("expander.ss" "repl.ss"))
  (define blurb
    (list '(div "Portable expander for R6RS macros and libraries.")))
  (define version "5.97.3 (8-14-07)")
  (define release-notes 
    (list 
     '(div "The interactive REPL now uses a modified reader that is intended to be a "
           "conformant R6RS reader.  It falls short in a number of ways currently, "
           "however it supports the following features:"
           (ul (li "-> identifier syntax")
               (li "#!r6rs comments")
               (li "#vu8 syntax, although it will raise an error since this is "
                   "unsupported by the expander.")
               (li "prohibits intial vertical bars in symbols and identifiers."))))))