File: control

package info (click to toggle)
libzdb 3.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,600 kB
  • sloc: javascript: 7,158; ansic: 6,413; sh: 3,993; cpp: 582; makefile: 114; xml: 59; lex: 35
file content (40 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download
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}