summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-zlib/DETAILS
blob: 119d386643139d97df4d1e9e8253e9e831b42a38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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