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
|
Source: libodb-pgsql
Section: devel
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper (>= 9), libodb-dev (>= 2.4.0), libpq-dev
Standards-Version: 3.9.6
Homepage: http://www.codesynthesis.com/products/odb
Package: libodb-pgsql-2.4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ODB Runtime Library for PostgreSQL
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 PostgreSQL ODB runtime library. Every application
that includes code generated for the PostgreSQL database will need to link to
this library.
Package: libodb-pgsql-dev
Section: libdevel
Architecture: any
Depends: libodb-pgsql-2.4 (= ${binary:Version}), libodb-dev (>= 2.4.0), ${misc:Depends}
Description: ODB Runtime Library for PostgreSQL (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-pgsql .
|