summaryrefslogtreecommitdiff
path: root/binary/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'binary/debian/control')
-rw-r--r--binary/debian/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/binary/debian/control b/binary/debian/control
new file mode 100644
index 0000000..06a0681
--- /dev/null
+++ b/binary/debian/control
@@ -0,0 +1,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.