info.ss
(module info (lib "infotab.ss" "setup")
  (define name "List It!")
  (define blurb
    (list "An small Reddit-like web-application"))
  (define primary-file "install.scm")
  (define doc.txt "doc.txt")
  (define categories '(net))
  (define version "1.0")
  (define require-core-version "370")
  (define release-notes
    '("This package contains runnable code for the web-application described in:"
      "'An Introduction to Web Development with PLT Scheme'. "
      "See <http://www.scheme.dk/blog/2007/01/introduction-to-web-development-with.html>."))
 )