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 libgcc-ng:

>=9.3.0

depends libstdcxx-ng:

>=9.3.0

depends xerces-c:

>=3.2.3,<3.3.0a0

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install xsd

and update with::

   mamba update xsd

To create a new environment, run:

mamba create --name myenvname xsd

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

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

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

Download stats