info.ss
#lang setup/infotab

(define name "instaweb")

(define blurb
  '((p "Automatically configure and run servlets in the PLT Web Server.")
    (p (em "Package deprecated: see the docs for more information."))))

(define release-notes
  '((p "Updated for PLT 4.1.3 and added deprecation notice to the docs.")))

(define url
  "http://schematics.sourceforge.net/")

(define primary-file
  "main.ss")

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

(define categories
  '(net devtools))

(define required-core-version
  "4.1.3")

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