info.ss
#lang setup/infotab
(define name "libpq")
(define blurb '("A libPQ interface"))
(define release-notes 
  '((h2 "An interface to postgresql's libPQ")
    (p "This module acts as an interface with postgresql's client library, known as libPQ. You should be able to use connections, prepared statements, cursors, all garbage collecting correctly, and working interchangeably with internal scheme types and postgresql binary values. COPY support should be extremely easy to implement.")))
(define scribblings '(("doc.scrbl" ())))
(define categories '(datastructures))
(define primary-file '("main.ss"))
(define repositories '("4.x"))