summaryrefslogtreecommitdiff
blob: 45de2457baaea4ed2c87aa785d6cc5911b45a35a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		Unicode encoding and decoding functions for utf8, iso-latin-* and somes other encodings,
		used in the Haskell XML Toolbox.
		ISO Latin 1 - 16, utf8, utf16, ASCII are supported. Decoding
		is done with lasy functions, errors may be detected or ignored.
	</longdescription>
	<upstream>
		<remote-id type="github">UweSchmidt/hxt</remote-id>
	</upstream>
</pkgmetadata>