From 2615896faa646e5830abf2c269150e1165c66515 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 18 Dec 2020 18:48:46 +0300 Subject: Switch to build2 --- xsd/manifest | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 xsd/manifest (limited to 'xsd/manifest') diff --git a/xsd/manifest b/xsd/manifest new file mode 100644 index 0000000..152e902 --- /dev/null +++ b/xsd/manifest @@ -0,0 +1,29 @@ +: 1 +name: xsd +version: 4.2.0-b.1.z +summary: W3C XML Schema to C++ data binding compiler +license: GPL-2.0-only +topics: C++, XML, XML Schema, XML parser, source code generation +description-file: README +changes-file: NEWS +url: https://www.codesynthesis.com/projects/xsd/ +doc-url: https://www.codesynthesis.com/projects/xsd/ +src-url: https://git.codesynthesis.com/cgit/xsd/xsd/tree/xsd/ +email: xsd-users@codesynthesis.com ; Mailing list +build-warning-email: builds@codesynthesis.com + +# Don't build the legacy configurations since the respective machines may not +# have enough disk space for that. +# +builds: default + +requires: c++11 +depends: * build2 >= 0.13.0 +depends: * bpkg >= 0.13.0 +# @@ Should probably become conditional dependency. +requires: ? cli ; Only required if changing .cli files. +depends: libxsd-frontend ^2.1.0- +depends: libcutl ^1.12.0- +depends: libxerces-c >= 3.0.0 +tests: xsd-tests == $ +examples: xsd-examples == $ -- cgit v1.1