summaryrefslogtreecommitdiff
path: root/dev-haskell/ed25519/metadata.xml
blob: 61e8ff87d20f844e500dbb209e2f84fd49056425 (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 "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		This package provides a simple, fast, self-contained copy of the
		Ed25519 public-key signature system with a clean interface. It also
		includes support for detached signatures, and thorough documentation
		on the design and implementation, including usage guidelines.
	</longdescription>
	<upstream>
		<remote-id type="github">thoughtpolice/hs-ed25519</remote-id>
	</upstream>
</pkgmetadata>