xsd-4.1.0

This commit is contained in:
Rmys
2021-03-12 19:07:10 +03:00
committed by GitHub
parent 6fa93993f9
commit 3fefe323f3
+9 -2
View File
@@ -12,13 +12,13 @@
<IsA>library</IsA>
<Summary>An open-source, cross-platform W3C XML Schema to C++ data binding compiler</Summary>
<Description>CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler. Provided with an XML instance specification (XML Schema), it generates C++ classes that represent the given vocabulary as well as 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 intricacies of reading and writing XML.</Description>
<Archive sha1sum="ad3de699eb140e747a0a214462d95fc81a21b494" type="tarbz2">http://codesynthesis.com/download/xsd/4.0/xsd-4.0.0+dep.tar.bz2</Archive>
<Archive sha1sum="fdac3649ee08e2af2246a72c316175e30b7988dd" type="tarbz2">https://codesynthesis.com/~boris/tmp/xsd/4.1.0.a11/xsd-4.1.0.a11+dep.tar.bz2</Archive>
<BuildDependencies>
<Dependency>xerces-c-devel</Dependency>
<Dependency>boost-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">xsdcxx.patch</Patch>
<!-- <Patch level="1">xsdcxx.patch</Patch> -->
</Patches>
</Source>
@@ -58,6 +58,13 @@
</Package>
<History>
<Update release="7">
<Date>2021-03-12</Date>
<Version>4.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2018-09-09</Date>
<Version>4.0.0</Version>