libodb 2.4.0-1.1 source package in Ubuntu
Changelog
libodb (2.4.0-1.1) unstable; urgency=medium * Non-maintainer upload. * Fix gcc-11 build issue. (Closes: #984189) -- Bo YU <email address hidden> Mon, 25 Sep 2023 22:35:02 +0800
Upload details
- Uploaded by:
- Laszlo Boszormenyi
- Uploaded to:
- Sid
- Original maintainer:
- Laszlo Boszormenyi
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libodb_2.4.0-1.1.dsc | 1.6 KiB | b5244ff0a7050d02d3cbd7277a56236b1f43c105b354f883d888bfc8bda19dac |
libodb_2.4.0.orig.tar.bz2 | 353.0 KiB | 66a1bb4e8bb6ef60cc79334f8028c4d4de98d87f2ff6f8123b4cfb7751ce0007 |
libodb_2.4.0-1.1.debian.tar.xz | 7.0 KiB | 3079bffba7840bd166c37635860f8f2e2fd51674acfa91eb5d520a546ff6da31 |
Available diffs
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 libodb-2.4
- 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 .