recipe xsd

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 XML parsing and serialization code.

Homepage:

http://www.codesynthesis.com/products/xsd/

License:

GPL

Recipe:

/xsd/meta.yaml

package xsd

(downloads) docker_xsd

Versions:

4.0.0_dep-44.0.0_dep-34.0.0_dep-24.0.0_dep-14.0.0_dep-0

Depends:
Required By:

Installation

With an activated Bioconda channel (see set-up-channels), install with:

conda install xsd

and update with:

conda update xsd

or use the docker container:

docker pull quay.io/biocontainers/xsd:<tag>

(see xsd/tags for valid values for <tag>)

Download stats