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 --- libxsd/manifest | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 libxsd/manifest (limited to 'libxsd/manifest') diff --git a/libxsd/manifest b/libxsd/manifest new file mode 100644 index 0000000..7813302 --- /dev/null +++ b/libxsd/manifest @@ -0,0 +1,24 @@ +: 1 +name: libxsd +version: 4.2.0-b.1.z +project: xsd +summary: W3C XML Schema to C++ data binding runtime library +license: GPL-2.0-only +topics: C++, XML, XML Schema, XML parser +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/libxsd/ +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 + +depends: * build2 >= 0.13.0 +depends: * bpkg >= 0.13.0 +depends: libxerces-c >= 3.0.0 +depends: libexpat ~2.1.0 -- cgit v1.1