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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: gql
Section: devel
Priority: optional
Build-depends: debhelper (>> 3), autoconf (>= 2.50), doxygen (>= 1.2.15), pkg-config (>= 0.7.0), libucxx-dev (>= 0.2.1-2), postgresql-dev (>= 7.2), libmysqlclient10-dev (>= 3.23.0)
Maintainer: Andreas Rottmann <rotty@debian.org>
Standards-Version: 3.5.5
Package: libgql0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Generic C++ SQL Library
The CLI (call level interface) library GQL provides an
abstraction of a SQL database, which means it is a general
API for all (or most) possible SQL databases. It achieves
this by using individual drivers for different databases.
Package: libgql-dev
Section: devel
Architecture: any
Depends: libgql0 (= ${Source-Version}), libucxx-dev (>= 0.2.0), pkg-config (>= 0.7.0)
Description: Generic C++ SQL Library - development files
The CLI (call level interface) library GQL provides an
abstraction of a SQL database, which means it is a general
API for all (or most) possible SQL databases. It achieves
this by using individual drivers for different databases.
.
This package includes the development files (headers, static libraries)
Package: libgql0-driver-pg
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Generic C++ SQL Library - PostgreSQL driver
The CLI (call level interface) library GQL provides an
abstraction of a SQL database, which means it is a general
API for all (or most) possible SQL databases. It achieves
this by using individual drivers for different databases.
.
This package contains the PostgreSQL driver.
Package: libgql0-driver-mysql
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Generic C++ SQL Library - MySQL driver
The CLI (call level interface) library GQL provides an
abstraction of a SQL database, which means it is a general
API for all (or most) possible SQL databases. It achieves
this by using individual drivers for different databases.
.
This package contains the MySQL driver.
Package: libgdbi0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Generic Database Interface
GDBI provides a general high-level API for databases.
Package: libgdbi-dev
Section: devel
Architecture: any
Depends: libgdbi0 (= ${Source-Version}), libgql-dev (= ${Source-Version}), libsigcx-dev (>= 0.2.0)
Description: Generic Database Interface
GDBI provides a general high-level API for databases.
.
This package includes the development files (headers, static libraries)
|