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.