File: control

package info (click to toggle)
odb 2.4.0-17
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,868 kB
  • sloc: cpp: 41,219; sh: 11,329; makefile: 38
file content (19 lines) | stat: -rw-r--r-- 824 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: odb
Section: devel
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper-compat (= 13), g++-13, gcc-13-plugin-dev, libexpat1-dev, libcutl-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://www.codesynthesis.com/products/odb

Package: odb
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libodb-mysql-dev, libodb-pgsql-dev, libodb-sqlite-dev, libodb-boost-dev, libodb-qt-dev
Suggests: odb-examples, odb-tests
Description: C++ Object-Relational Mapping (ORM)
 ODB is an open-source, cross-platform and cross-database object-relational
 mapping (ORM) system for C++. It allows you to persist C++ objects to a
 relational database without having to deal with tables, columns, or SQL and
 without manually writing any mapping code.