diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2018-10-20 22:54:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-10-22 22:12:44 +0200 |
commit | 2ac93ff3e53e4ffae61c678c94dea053c09dbc4c (patch) | |
tree | fa5385028b58ee785cc8868d33b7df6ed0d6ae98 /dev-libs/mxml/metadata.xml | |
parent | dev-libs/mini-xml: bump to version 2.12 (diff) | |
download | gentoo-2ac93ff3e53e4ffae61c678c94dea053c09dbc4c.tar.gz gentoo-2ac93ff3e53e4ffae61c678c94dea053c09dbc4c.tar.bz2 gentoo-2ac93ff3e53e4ffae61c678c94dea053c09dbc4c.zip |
dev-libs/mini-xml: renamed to dev-libs/mxml for matching upstream
Bug: https://bugs.gentoo.org/668604
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/10141
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/mxml/metadata.xml')
-rw-r--r-- | dev-libs/mxml/metadata.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-libs/mxml/metadata.xml b/dev-libs/mxml/metadata.xml new file mode 100644 index 000000000000..a4af87ab4c46 --- /dev/null +++ b/dev-libs/mxml/metadata.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>ck+gentoo@bl4ckb0x.de</email> + <name>Conrad Kostecki</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</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> |