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
|
Source: libodb-mysql
Section: devel
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper (>= 11), pkg-config, libodb-dev (>= 2.4.0), default-libmysqlclient-dev
Standards-Version: 4.3.0
Homepage: https://www.codesynthesis.com/products/odb
Package: libodb-mysql-2.4
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ODB Runtime Library for MySQL
ODB is an object-relational mapping (ORM) system for C++. It provides
tools, APIs, and library support that allow you to persist C++ objects to
a relational database (RDBMS) without having to deal with tables, columns,
or SQL and without manually writing any of the mapping code.
.
This package contains the MySQL ODB runtime library. Every application
that includes code generated for the MySQL database will need to link to
this library.
Package: libodb-mysql-dev
Section: libdevel
Architecture: any
Depends: libodb-mysql-2.4 (= ${binary:Version}), libodb-dev (>= 2.4.0), ${misc:Depends}
Description: ODB Runtime Library for MySQL (development)
ODB is an object-relational mapping (ORM) system for C++. It provides
tools, APIs, and library support that allow you to persist C++ objects to
a relational database (RDBMS) without having to deal with tables, columns,
or SQL and without manually writing any of the mapping code.
.
This package contains libraries and header files for developing
applications that use libodb-mysql .
|