(module info (lib "infotab.ss" "setup") (define name "instaweb") (define blurb "A wrapper to setup and run the web-server and servlets") (define compile-omit-files '("mime.types" "not-found.html" "run-tests.ss")) (define primary-file "instaweb.ss") (define url "http://schematics.sourceforge.net/") (define version "1.3") (define doc.txt "doc.txt") (define categories '(net devtools)) )