summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2024-03-06 10:24:08 +0100
committerJörg Frings-Fürst <debian@jff.email>2024-03-06 10:24:08 +0100
commitaad5ad9bf0c02aa4e79bc6b7d6c934612fff4026 (patch)
tree9cc224b059f248a6229ab0dcdc64eb4a73fa9800 /README.md
parentc1034fc5e99197f507caf450aa15bc178698b26e (diff)
New upstream version 4.2.0upstream/4.2.0upstream
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e2b2887
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# xsd - XML Schema to C++ data binding compiler
+
+XSD is an open-source, cross-platform XML Schema to C++ data binding
+compiler. Provided with an XML document specification (XML Schema), it
+generates C++ classes that represent the given vocabulary as well as XML
+parsing and serialization code. You can then access the data stored in XML
+using types and functions that semantically correspond to your application
+domain rather than dealing with generic elements/attributes and raw strings.
+
+For further information, including licensing conditions, documentation, and
+binary packages, refer to the [XSD project
+page](https://codesynthesis.com/products/xsd/).