File: control

package info (click to toggle)
libodb 2.4.0-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,124 kB
  • sloc: sh: 11,329; cpp: 2,535; makefile: 38
file content (34 lines) | stat: -rw-r--r-- 1,367 bytes parent folder | download
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
Section: devel
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://www.codesynthesis.com/products/odb

Package: libodb-2.4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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.

Package: libodb-dev
Section: libdevel
Architecture: any
Depends: libodb-2.4 (= ${binary:Version}), ${misc:Depends}
Description: 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 .