info.ss
#lang setup/infotab

(define name "MySQL Client Library")

(define blurb
  '("The MySQL Client Library provides access to MySQL databases via TCP."))

(define primary-file "main.ss")

(define categories '(net))

(define can-be-loaded-with 'all)

(define version "0.5a")

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

(define scribblings '(("scribblings/manual.scrbl" (multi-page))))