info.ss
#lang setup/infotab
(define name "bzlib/dbd-spgsql - Database Driver wrapper over schematics/spgsql.")

(define blurb
  '((p "Wraps around SPGSQL so it can be used with bzlib/dbi.")
    (p "Do not use with PLT 4.0 as 4.0 has the " 
       (a ((href "http://list.cs.brown.edu/pipermail/plt-scheme/2008-June/025317.html"))
          (i "Internal PLaneT error: trying to install already-installed package")) "bug.")))

(define release-notes
  '("0.1 - first release"))

(define categories
  '(devtools net misc))

(define homepage "http://weblambda.blogspot.com")

(define required-core-version "4.0")

(define version "0.1")

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

(define primary-file "main.ss")