info.ss
#lang setup/infotab
(define name "Enhanced HTTP Client")
(define blurb
  '("Enhanced HTTP Client"))
(define release-notes
  '("Enhanced HTTP Client"
    (p "Latest release bulk copies the cookies file to a dummy database, because firefox leaves an open transaction stupidly, and you can't get the cookies the right way until the browser is entirely stopped.")))
(define primary-file "main.ss")
(define categories '(net))
(define scribblings '(("manual.scrbl" ())))
(define repositories '("4.x"))