name: zlib
version: 0.5.2.0
license: BSD3
copyright: (c) 2006-2008 Duncan Coutts
maintainer: Duncan Coutts <duncan@haskell.org>
stability: provisional
homepage:
package-url:
description: 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.
category: Codec
author: Duncan Coutts <duncan@haskell.org>
exposed: True
exposed-modules: Codec.Compression.GZip Codec.Compression.Zlib
                 Codec.Compression.Zlib.Raw Codec.Compression.Zlib.Internal
hidden-modules: Codec.Compression.Zlib.Stream
import-dirs: /usr/lib/haskell-packages/ghc6/lib/zlib-0.5.2.0/ghc-6.10.4
library-dirs: /usr/lib/haskell-packages/ghc6/lib/zlib-0.5.2.0/ghc-6.10.4
hs-libraries: HSzlib-0.5.2.0
extra-libraries: z
extra-ghci-libraries:
include-dirs:
includes: zlib.h
depends: base-4.1.0.0 bytestring-0.9.1.4
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/share/ghc6-doc/ghc-6.10.4/haddock/zlib.haddock
haddock-html: /usr/share/doc/haskell-zlib-doc/html/
