mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
21 lines
724 B
XML
21 lines
724 B
XML
<?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>
|
|
A collection of crypto hashes, with a practical incremental and one-pass, pure APIs,
|
|
with performance close to the fastest implementations available in others languages.
|
|
|
|
The implementations are made in C with a haskell FFI wrapper that hide the C implementation.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="cryptoapi">Defines crypto-api instances</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">vincenthz/hs-cryptohash</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|