diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2016-12-30 09:56:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-31 08:22:19 +0700 |
commit | dfc4cb62cb578fec5527e7724b2c87dd4845f90c (patch) | |
tree | 9b3e36e86367beb5ba6df5ed2a1b87c7a5b3821d /development/libodb-qt/slack-desc | |
parent | 8f7285aff9d5042f6a178bc51e7d77998896034d (diff) | |
download | slackbuilds-dfc4cb62cb578fec5527e7724b2c87dd4845f90c.tar.gz |
development/libodb-qt: Added (C++ ORM Qt Profile Libraries).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/libodb-qt/slack-desc')
-rw-r--r-- | development/libodb-qt/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/libodb-qt/slack-desc b/development/libodb-qt/slack-desc new file mode 100644 index 0000000000..23a4dd10bb --- /dev/null +++ b/development/libodb-qt/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +libodb-qt: libodb-qt (ODB C++ ORM Qt Profile Libraries) +libodb-qt: +libodb-qt: ODB is an open-source, cross-platform, and cross-database object- +libodb-qt: relational mapping (ORM) system for C++. It allows you to persist +libodb-qt: C++ objects to a relational database without having to deal with +libodb-qt: tables, columns, or SQL and without manually writing any mapping +libodb-qt: code. +libodb-qt: +libodb-qt: +libodb-qt: http://www.codesynthesis.com/products/odb/ +libodb-qt: |