info.rkt
#lang setup/infotab

(define name "http")

(define blurb '("HTTP Tricks"))

(define release-notes
  '("HTTP Tricks"
    (p
     "Just some hacks on top of net/url.")
    (p
     "With this release it can handle gzip or deflated content encoding transparently.")))

(define primary-file "main.rkt")

(define categories '(net))

(define scribblings '(("manual.scrbl" ())))

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