diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-08 09:09:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-08 09:09:43 +0200 |
commit | a01dd3b9381dd6856917e490fb4433578ae1d4f9 (patch) | |
tree | 40491b9e3996431c9a4b5c440407b4bd0afc6b6a | |
parent | 1135f674150e9486c91bc16e9fb09aa755591e25 (diff) |
Add initial bpkg manifest
-rw-r--r-- | manifest | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/manifest b/manifest new file mode 100644 index 0000000..050e191 --- /dev/null +++ b/manifest @@ -0,0 +1,16 @@ +: 1 +name: libodb-sqlite +version: 2.5.0-a8 +summary: SQLite ODB runtime library +license: GPLv2 +license: proprietary +tags: c++, orm, sqlite, database, relational, object, persistence, sql +description-file: README +changes-file: NEWS +url: http://www.codesynthesis.com/products/odb/ +email: odb-users@codesynthesis.com +requires: c++11 +requires: build2 >= 0.4.0 +depends: libsqlite3 >= 3.6.18 +#depends: libodb [2.5.0 2.6.0-); libodb-2.5.X +depends: libodb == 2.5.0-a8 |