summaryrefslogtreecommitdiff
blob: 9aae4d467863deb6cb25ff35caf8487d80fc08a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		The Haskell XML Toolbox bases on the ideas of HaXml and HXML,
		but introduces a more general approach for processing XML with Haskell.
		The Haskell XML Toolbox uses a generic data model for representing XML documents,
		including the DTD subset and the document subset, in Haskell.
		It contains a validating XML parser, a HTML parser, namespace support,
		an XPath expression evaluator, an XSLT library, a RelaxNG schema validator
		and funtions for serialization and deserialization of user defined data.
		The library makes extensive use of the arrow approach for processing XML.
		Since version 9 the toolbox is partitioned into various (sub-)packages.
		This package contains the core functionality,
		hxt-curl, hxt-tagsoup, hxt-relaxng, hxt-xpath, hxt-xslt, hxt-regex-xmlschema contain the extensions.
		hxt-unicode contains encoding and decoding functions,
		hxt-charproperties char properties for unicode and XML.
	</longdescription>
	<upstream>
		<remote-id type="github">UweSchmidt/hxt</remote-id>
	</upstream>
</pkgmetadata>