1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: libzdb
Priority: extra
Maintainer: Jack Bates <jack@nottheoilrig.com>
Build-Depends: autotools-dev,
debhelper (>= 10),
dh-autoreconf,
flex,
default-libmysqlclient-dev | libmysqlclient-dev (<< 5.7),
libpq-dev,
libsqlite3-dev,
re2c
Standards-Version: 3.9.8
Section: libs
Homepage: http://tildeslash.com/libzdb
Vcs-Git: git://anonscm.debian.org/collab-maint/libzdb.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/libzdb.git
Package: libzdb-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libzdb11 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Zild Database Library [devel]
A small and easy to use database API written in C.
.
This library provides thread safe connection pooling and exception
handling. Currently supports MySQL, Sqlite3 and PostgreSQL.
Package: libzdb11
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Zild Database Library [runtime]
A small and easy to use database API written in C.
.
This library provides thread safe connection pooling and exception
handling. Currently supports MySQL, Sqlite3 and PostgreSQL.
|