diff options
Diffstat (limited to 'dev-haskell/zlib/metadata.xml')
-rw-r--r-- | dev-haskell/zlib/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-haskell/zlib/metadata.xml b/dev-haskell/zlib/metadata.xml new file mode 100644 index 000000000000..36750efd2263 --- /dev/null +++ b/dev-haskell/zlib/metadata.xml @@ -0,0 +1,16 @@ +<?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 a pure interface for compressing and + decompressing streams of data represented as lazy + 'ByteString's. It uses the zlib C library so it has high + performance. It supports the \"zlib\", \"gzip\" and \"raw\" + compression formats. + + It provides a convenient high level API suitable for most + tasks and for the few cases where more control is needed it + provides access to the full zlib feature set. + </longdescription> +</pkgmetadata> |