dev-haskell/syb: bump up to 0.7.1
[gentoo.git] / dev-haskell / cryptohash / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="project">
5                 <email>haskell@gentoo.org</email>
6                 <name>Gentoo Haskell</name>
7         </maintainer>
8         <longdescription>
9                 A collection of crypto hashes, with a practical incremental and one-pass, pure APIs,
10                 with performance close to the fastest implementations available in others languages.
11                 
12                 The implementations are made in C with a haskell FFI wrapper that hide the C implementation.
13         </longdescription>
14         <use>
15                 <flag name="cryptoapi">Defines crypto-api instances</flag>
16         </use>
17         <upstream>
18                 <remote-id type="github">vincenthz/hs-cryptohash</remote-id>
19         </upstream>
20 </pkgmetadata>