#lang setup/infotab (define name "Instaservlet") (define blurb '((p "Run a servlet with two lines of code.") (p (em "Package deprecated: see the docs for more information.")))) (define release-notes '((p "Changes:") (ul (li "updated to PLT 4.1.3;") (li "renamed " (tt "#:htdocs-path") " to " (tt "#:htdocs-paths") ";") (li "added deprecation notice and migration guidelines to the docs.")))) (define categories '(net devtools)) (define primary-file "instaservlet.ss") (define scribblings '(("scribblings/instaservlet.scrbl" ()))) (define required-core-version "4.1.3") (define repositories '("4.x"))