aboutsummaryrefslogtreecommitdiff
path: root/manifest
diff options
context:
space:
mode:
Diffstat (limited to 'manifest')
-rw-r--r--manifest19
1 files changed, 13 insertions, 6 deletions
diff --git a/manifest b/manifest
index 42f3b2e..adef20c 100644
--- a/manifest
+++ b/manifest
@@ -1,8 +1,8 @@
: 1
name: odb
-version: 2.5.0-b.18.z
+version: 2.5.0-b.26.z
summary: ODB compiler
-license: GPLv3
+license: GPL-3.0-only
topics: C++, ORM, source code generation, object persistence, \
relational database
description-file: README
@@ -11,14 +11,21 @@ url: https://www.codesynthesis.com/products/odb/
doc-url: https://www.codesynthesis.com/products/odb/doc/manual.xhtml
src-url: https://git.codesynthesis.com/cgit/odb/odb/
email: odb-users@codesynthesis.com
-build-email: odb-builds@codesynthesis.com
-builds: all
+build-warning-email: odb-builds@codesynthesis.com
+builds: default
builds: -( +windows -gcc ) ; Requires MinGW GCC.
builds: &gcc ; Requires GCC with plugin support enabled.
builds: &gcc-5+ ; Requires GCC 5 or later.
builds: -static ; Implementation uses plugins and requires -fPIC.
+requires: host
requires: c++11
-depends: * build2 >= 0.12.0
-depends: * bpkg >= 0.12.0
+depends: * build2 >= 0.16.0-
+depends: * bpkg >= 0.16.0-
+
depends: libstudxml ^1.1.0-
depends: libcutl ^1.11.0-
+
+#depends: libstudxml == 1.1.0-b.10
+#depends: libcutl == 1.11.0-b.9
+
+depends: * cli ^1.2.0- ? ($config.odb.develop)