info.ss
#lang setup/infotab
  
(define name "Dispatch")

(define blurb
  '((p "A tool for configuring controller procedures in web applications.")))

(define release-notes
  '((p "This is a maintenance release to keep up with changes in Unlib and Mirrors.")))

(define categories '(net devtools))

(define primary-file "dispatch.ss")

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

(define required-core-version "4.0")

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