(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
'("Expose the internal API to allow custom abstractions to be built using the Instaweb framework"))
(define url "http://schematics.sourceforge.net/")
(define version "2.1")
(define primary-file "instaweb.ss")
(define doc.txt "doc.txt")
(define categories '(net devtools))
(define required-core-version "371")
)