summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-09-11 07:58:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-09-11 07:58:16 +0200
commit8060912e927e501c800e6976dd0baf60134b475a (patch)
tree9acadca24a59343c81a099a5263ba60f86d896ae
parentb865fca445e447fe3ecde63e55fde5b1b7aadb74 (diff)
Add type, language manifest values
-rw-r--r--libxsd-tests/manifest2
-rw-r--r--libxsd/manifest2
-rw-r--r--xsd-examples/manifest2
-rw-r--r--xsd-tests/manifest2
-rw-r--r--xsd/manifest1
5 files changed, 9 insertions, 0 deletions
diff --git a/libxsd-tests/manifest b/libxsd-tests/manifest
index 406ff1a..af755b8 100644
--- a/libxsd-tests/manifest
+++ b/libxsd-tests/manifest
@@ -2,6 +2,8 @@
name: libxsd-tests
version: 4.2.0-b.4.z
project: xsd
+type: tests
+language: c++
summary: XML Schema to C++ data binding compiler runtime library tests
license: other: GPL-2.0-only with Xerces-C++ linking exception and FLOSS exception
description-file: README
diff --git a/libxsd/manifest b/libxsd/manifest
index 1d5fdcb..c4b7536 100644
--- a/libxsd/manifest
+++ b/libxsd/manifest
@@ -2,6 +2,8 @@
name: libxsd
version: 4.2.0-b.4.z
project: xsd
+type: lib,binless
+language: c++
summary: XML Schema to C++ data binding compiler runtime library
license: other: GPL-2.0-only with Xerces-C++ linking exception and FLOSS exception
topics: C++, XML, XML Schema, XML parser
diff --git a/xsd-examples/manifest b/xsd-examples/manifest
index 76497d3..7e02b59 100644
--- a/xsd-examples/manifest
+++ b/xsd-examples/manifest
@@ -2,6 +2,8 @@
name: xsd-examples
version: 4.2.0-b.4.z
project: xsd
+type: examples
+language: c++
summary: XML Schema to C++ data binding compiler examples
license: Unlicence
description-file: README
diff --git a/xsd-tests/manifest b/xsd-tests/manifest
index 453f34c..7b6bc6f 100644
--- a/xsd-tests/manifest
+++ b/xsd-tests/manifest
@@ -2,6 +2,8 @@
name: xsd-tests
version: 4.2.0-b.4.z
project: xsd
+type: tests
+language: c++
summary: XML Schema to C++ data binding compiler tests
license: other: GPL-2.0-only with Xerces-C++ linking exception and FLOSS exception
description-file: README
diff --git a/xsd/manifest b/xsd/manifest
index 7ad13ea..d764c91 100644
--- a/xsd/manifest
+++ b/xsd/manifest
@@ -1,6 +1,7 @@
: 1
name: xsd
version: 4.2.0-b.4.z
+language: c++
summary: XML Schema to C++ data binding compiler
license: other: GPL-2.0-only with Xerces-C++ linking exception and FLOSS exception
topics: C++, XML, XML Schema, XML parser, source code generation