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
|
Source: mysql++
Priority: optional
Section: libs
Maintainer: Athena Capital Research <acr-debian@athenacr.com>
Uploaders: Andres Salomon <dilinger@debian.org>, Wes Chow <wes@senortoad.com>
Build-Depends: debhelper (>> 4.1.0), cdbs, autotools-dev, libmysqlclient15-dev, libssl-dev
Standards-Version: 3.7.3
Package: libmysql++-dev
Section: libdevel
Architecture: any
Depends: libmysql++3 (= ${binary:Version}), libmysqlclient15-dev
Description: MySQL C++ library bindings (development)
Mysql++ is a complex C++ API for MySQL (and other SQL databases
soon). The goal of this API is to make working with Queries as easy
as working with other STL containers.
.
This package provides development support.
Package: libmysql++3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: MySQL C++ library bindings (runtime)
Mysql++ is a complex C++ API for MySQL (and other SQL databases
soon). The goal of this API is to make working with Queries as easy
as working with other STL Containers.
.
This package provides runtime support.
|