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
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 13),
default-libmysqlclient-dev,
dpkg-dev (>= 1.22.5),
flex,
libpq-dev,
libsqlite3-dev,
re2c,
Standards-Version: 4.7.2
Homepage: http://tildeslash.com/libzdb
Vcs-Git: https://salsa.debian.org/debian/libzdb.git
Vcs-Browser: https://salsa.debian.org/debian/libzdb
Description: Zild Database Library
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: libzdb-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libzdb17 (= ${binary:Version}),
${misc:Depends},
Description: ${source:Synopsis} [devel]
${source:Extended-Description}
Package: libzdb17
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: ${source:Synopsis} [runtime]
${source:Extended-Description}
|