libodb 2.4.0-1 source package in Ubuntu

Changelog

libodb (2.4.0-1) unstable; urgency=low

  * Initial upload (closes: #786696).

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Sun, 24 May 2015 11:43:41 +0000

Upload details

Uploaded by:
Laszlo Boszormenyi on 2015-05-25
Uploaded to:
Sid
Original maintainer:
Laszlo Boszormenyi
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Yakkety release on 2016-04-22 universe misc
Xenial release on 2015-10-22 universe misc
Wily release on 2015-05-25 universe misc

Downloads

File Size SHA-256 Checksum
libodb_2.4.0-1.dsc 1.7 KiB a4e82dc0f8a21b9062bc426bdcc07bff4e86fe7f2ca832aa0f65beaf82dbebb8
libodb_2.4.0.orig.tar.bz2 353.0 KiB 66a1bb4e8bb6ef60cc79334f8028c4d4de98d87f2ff6f8123b4cfb7751ce0007
libodb_2.4.0-1.debian.tar.xz 1.8 KiB bf3bf7b261d1b605df26d6ce9453b42b2b379656eae6d211fcbeb2bf217460d2

No changes file available.

Binary packages built by this source

libodb-2.4: Common ODB Runtime Library

 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 common ODB runtime library. Every application
 that includes code generated by the ODB compiler will need to link to this
 library.

libodb-2.4-dbgsym: debug symbols for package libodb-2.4

 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 common ODB runtime library. Every application
 that includes code generated by the ODB compiler will need to link to this
 library.

libodb-dev: Common ODB Runtime Library (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 .