summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/cryptohash/metadata.xml')
-rw-r--r--dev-haskell/cryptohash/metadata.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-haskell/cryptohash/metadata.xml b/dev-haskell/cryptohash/metadata.xml
new file mode 100644
index 000000000000..9f596300db9d
--- /dev/null
+++ b/dev-haskell/cryptohash/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <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>