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

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

  (define release-notes
    '("Updated to match restructuring in the web-server"))

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

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