info.ss
(module info (lib "infotab.ss" "setup")
  (define name "Web")
  (define blurb
    (list "A mini web framework for module based servlets."))
  (define primary-file "web.scm")
  (define doc.txt "doc.txt")
  (define categories '(net))
  (define version "2.1")
  (define require-core-version "370")
  (define release-notes
          '("The web framework was updated to work with the 37x series web-server."
            "See http://www.scheme.dk/blog/2007/01/introduction-to-web-development-with.html for a tutorial."))
 )