summaryrefslogtreecommitdiff
path: root/libxsd/README.md
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-09-27 09:48:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-09-27 09:50:27 +0200
commitd46955d9422a2b500010647ccfebda85ac1a3d62 (patch)
tree980880517d1e323d338ccdb466e2b2b56e84efaf /libxsd/README.md
parentf983bbf4781d06d46e5e080cf3210d98bc0715ee (diff)
Replace package README with README.md, rewrite content
Diffstat (limited to 'libxsd/README.md')
-rw-r--r--libxsd/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/libxsd/README.md b/libxsd/README.md
new file mode 100644
index 0000000..c0afe68
--- /dev/null
+++ b/libxsd/README.md
@@ -0,0 +1,12 @@
+# libxsd - runtime library for 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/).