info.ss
#lang setup/infotab

(define name "Instaservlet")

(define blurb
  '((p "Handles all the configuration necessary to get a servlet running in the web-server.")))

(define repositories '("4.x"))
(define required-core-version "4.0.0.0")
(define categories '(net devtools))
(define can-be-loaded-with 'all)

(define release-notes '((p "Updated Scribble documentation so it should actually build.")))

(define primary-file "instaservlet.ss")
(define scribblings '(("scribblings/instaservlet.scrbl" (multi-page))))