summaryrefslogtreecommitdiff
blob: 01e5554efcc86d2a8fcdcb2dc1159f75b973b734 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		Encode unicode strings to ascii forms according to RFC 3492. It is written in pure Haskell, as opposed to gnuidn's Data.Text.IDN.Punycode. Please note that Data.Encoding.BootString from the 'encoding' package also contains an implementation of the Punycode algorithm.
	</longdescription>
	<upstream>
		<remote-id type="github">litherum/punycode</remote-id>
	</upstream>
</pkgmetadata>