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 "Fixed typos in the docs.")))

(define categories '(net devtools))

(define primary-file "main.ss")

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

(define required-core-version "4.1.3")

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