info.ss
#lang setup/infotab

(define name "Instaservlet")

(define blurb
  '((p "Run a web application with two lines of code.")
    (p (em "Package deprecated: see the docs for more information."))))

(define release-notes
  '((p "Changes:")
    (ul (li "fixed the order of arguments to " (tt "dispatch") " in the docs;")
        (li "changed required-core-version from 4.1.3 to 4.1.3.8."))))

(define categories '(net devtools))

(define primary-file "main.ss")

(define scribblings '(("scribblings/instaservlet.scrbl" ())))

(define required-core-version "4.1.3.8")

(define repositories '("4.x"))