((category db) (synopsis "Bindings to version 3.x of the SQLite API") (author "Thomas Chust") (license "BSD") (version "3.7.2") (dependencies srfi-1 srfi-13 srfi-18 srfi-69 object-evict check-errors synch miscmacros matchable sql-null) (test-dependencies test) (components (extension sqlite3 (link-options "-L" "-lsqlite3")) (data documentation (files "sqlite3.html" "egg.jpg")))) ;; vim: set ai et ts=8 sts=2 sw=2 ft=scheme: ;;