info.rkt
#lang setup/infotab

(define name "couchdb")
(define version "1")
(define categories '(net io))

(define blurb '("CouchDB client for Racket. Takes most of the pain away,"
                " but does nothing about the feeling that you need to take"
                " a very long shover and wash your hands."))

(define primary-file "main.rkt")
(define scribblings '(("manual.scrbl" ())))

; vim:set ts=2 sw=2 et: