summaryrefslogtreecommitdiff
path: root/libodb-mysql/manifest
diff options
context:
space:
mode:
Diffstat (limited to 'libodb-mysql/manifest')
-rw-r--r--libodb-mysql/manifest43
1 files changed, 43 insertions, 0 deletions
diff --git a/libodb-mysql/manifest b/libodb-mysql/manifest
new file mode 100644
index 0000000..e72b486
--- /dev/null
+++ b/libodb-mysql/manifest
@@ -0,0 +1,43 @@
+: 1
+name: libodb-mysql
+version: 2.5.0-b.26.z
+project: odb
+summary: MySQL ODB runtime library
+license: GPL-2.0-only
+license: other: proprietary ; Not free/open source.
+topics: C++, ORM, MySQL, MariaDB, SQL
+description-file: README
+changes-file: NEWS
+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-warning-email: odb-builds@codesynthesis.com
+requires: c++11
+depends: * build2 >= 0.17.0-
+depends: * bpkg >= 0.17.0-
+#depends: libmysqlclient >= 5.0.3 | libmariadb ^10.2.2
+depends: libmysqlclient >= 5.0.3
+depends: libodb == $
+depends: * cli ^1.2.0- ? ($config.libodb_mysql.develop)
+
+#tests: odb-tests == $ \
+#? (!$defined(config.odb_tests.database)) config.odb_tests.database=mysql
+
+# @@ TMP
+#
+builds: all
+#builds: all mysql
+builds: -wasm
+builds: -( +windows &gcc ) ; MinGW GCC is not supported by libmysqlclient.
+
+# Only build this package configuration where it can be tested via odb-tests
+# package (see its manifest for details).
+#
+#multi-builds: mysql
+#multi-build-config:
+#\
+#{ 'config.odb_tests.database=mysql sqlite' }+ odb-tests
+#;
+#Enable testing in dynamic multi-database mode.
+#\