info.ss
(module info (lib "infotab.ss" "setup")
  (define name "instaweb")

  (define compile-omit-files
    '("mime.types" "run-tests.ss"))
  
  (define blurb
    '((p "Automatically setup and run your servlets in the web-server")))

  (define release-notes
    '("New interface allows many more options to be set, and passes all requests that do not match a file to your servlet.  This gives your servlet full control over URLs it responds to."))

  (define url "http://schematics.sourceforge.net/")

  (define version "2.0")


  (define primary-file "instaweb.ss")
  (define doc.txt "doc.txt")
  (define categories '(net devtools))

  (define required-core-version "371")
  )