File: control

package info (click to toggle)
libodb-pgsql 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,340 kB
  • sloc: sh: 11,329; cpp: 2,832; makefile: 20
file content (43 lines) | stat: -rw-r--r-- 1,559 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
35
36
37
38
39
40
41
42
43
Source: libodb-pgsql
Standards-Version: 4.7.3
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Section: devel
Build-Depends:
 debhelper-compat (= 13),
 libodb-dev,
 libpq-dev,
Vcs-Browser: https://salsa.debian.org/debian/libodb-pgsql
Vcs-Git: https://salsa.debian.org/debian/libodb-pgsql.git
Homepage: https://www.codesynthesis.com/products/odb/

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