diff options
Diffstat (limited to 'dev-haskell/digest/metadata.xml')
-rw-r--r-- | dev-haskell/digest/metadata.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-haskell/digest/metadata.xml b/dev-haskell/digest/metadata.xml new file mode 100644 index 000000000000..9980be7d4769 --- /dev/null +++ b/dev-haskell/digest/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + This package provides efficient cryptographic hash implementations for + strict and lazy bytestrings. For now, CRC32 and Adler32 are supported; + they are implemented as FFI bindings to efficient code from zlib. + </longdescription> +</pkgmetadata> |