Install this package:
emerge -a dev-libs/mxml
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask dev-libs/mxml
Or alternatively:
emerge --autounmask-write -a dev-libs/mxml
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.0.4 | 8 | ~alpha amd64 arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86 | 4 |
| 3.3.1-r1 | 8 | ~alpha amd64 arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86 | 0 |
<pkgmetadata>
<maintainer type="person">
<email>conikost@gentoo.org</email>
<name>Conrad Kostecki</name>
</maintainer>
<longdescription>
Mini-XML is a small XML parsing library that you can use to read XML data files or strings
in your application without requiring large non-standard libraries.
Mini-XML provides the following functionality:
- Reading of UTF-8 and UTF-16 and writing of UTF-8 encoded XML files and strings.
- Data is stored in a linked-list tree structure, preserving the XML data hierarchy.
- SAX (streamed) reading of XML files and strings to minimize memory usage.
- Supports arbitrary element names, attributes, and attribute values with no preset limits, just available memory.
- Supports integer, real, opaque ("cdata"), and text data types in "leaf" nodes.
- Functions for creating and managing trees of data.
- Find" and "walk" functions for easily locating and navigating trees of data.
Mini-XML doesn't do validation or other types of processing on the data based
upon schema files or other sources of definition information.
</longdescription>
<upstream>
<bugs-to>https://github.com/michaelrsweet/mxml/issues</bugs-to>
<remote-id type="github">michaelrsweet/mxml</remote-id>
</upstream>
</pkgmetadata>
Manage flags for this package:
euse -i <flag> -p dev-libs/mxml |
euse -E <flag> -p dev-libs/mxml |
euse -D <flag> -p dev-libs/mxml
| Flag | Description | 4.0.4 | 3.3.1-r1 |
|---|---|---|---|
| static-libs | Build static versions of dynamic libraries as well | ✓ | ✓ |
| test | Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently) | ✓ | ✗ |
| threads | Add threads support for various packages. Usually pthreads | ✓ | ✓ |
| Type | File | Size | Versions |
|---|---|---|---|
| DIST | mxml-4.0.4.tar.gz | 1576163 bytes | 4.0.4 |
| Type | File | Size |
|---|---|---|
| DIST | mxml-3.3.1.tar.gz | 1554784 bytes |