summaryrefslogtreecommitdiff
path: root/xsd/manifest
blob: 152e902d34f31c816a96c07ca48598f1264f896f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 == $