Source: mysql++ Priority: optional Section: libs Maintainer: Athena Capital Research Uploaders: Roberto C. Sanchez Build-Depends: debhelper (>= 10), default-libmysqlclient-dev, libssl-dev, g++ (>= 4:7) Standards-Version: 4.5.0 Homepage: https://tangentsoft.net/mysqlpp/ Package: libmysql++-dev Section: libdevel Architecture: any Depends: libmysql++3v5 (= ${binary:Version}), default-libmysqlclient-dev, ${misc:Depends} Suggests: libmysql++-doc Multi-Arch: same 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++3v5 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: libmysql++3 Replaces: libmysql++3 Multi-Arch: same 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. Package: libmysql++-doc Section: doc Architecture: all Depends: ${misc:Depends} Recommends: libmysql++-dev Multi-Arch: foreign Description: MySQL C++ library bindings (documentation and examples) 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 documentation and examples. Please read the instructions in README.Debian in order to build the examples.