summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-zlib/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-zlib/DETAILS')
-rwxr-xr-xhaskell/haskell-zlib/DETAILS20
1 files changed, 20 insertions, 0 deletions
diff --git a/haskell/haskell-zlib/DETAILS b/haskell/haskell-zlib/DETAILS
new file mode 100755
index 0000000000..119d386643
--- /dev/null
+++ b/haskell/haskell-zlib/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=haskell-zlib
+ VERSION=0.5.4.1
+ SOURCE="zlib-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/zlib/${VERSION}/${SOURCE}
+ SOURCE_HASH=sha512:aa3522a5704978badcf634e1d99282144f01ddee4600bd146631a3ee8b98080914eb2887869a5fa404dc9d1e438a5df87cf7d44548c2f3e1ec13ba19004ef985
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/zlib-${VERSION}"
+ WEB_SITE="http://hackage.haskell.org/package/zlib"
+ LICENSE[0]=BSD3
+ ENTERED=20130303
+ SHORT="Compression and decompression in the gzip and zlib formats"
+cat << EOF
+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.
+EOF