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

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

(define release-notes
  '((p "Updated for PLT 4.1.3. The default behaviour when a URL rule is not found is to call " 
       (tt "next-dispatcher") ". This will return control to the web server, "
       "which will call the next dispatcher. If you are using " (tt "serve/servlet") " this "
       "will cause the web server to examine the " (tt "#:extra-files-paths") " directories on the filesystem.")))

(define categories '(net devtools))

(define primary-file "dispatch.ss")

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

(define required-core-version "4.1.3")

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