summaryrefslogtreecommitdiff
path: root/binary/debian/control
blob: 06a06818b8d9c2d06f2fb655ef8e9a1bd0950c80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: odb
Section: devel
Priority: optional
Maintainer: Boris Kolpackov <boris@codesynthesis.com>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.1

Package: odb
Architecture: any
Depends: libc6 (>= 2.3.2)
Recommends:
Description: ORM for C++
  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.