name:                   zlib
version:                0.7.1.0
visibility:             public
id:                     zlib-0.7.1.0-EzBNMT37lQDL16QGWhFewX
key:                    zlib-0.7.1.0-EzBNMT37lQDL16QGWhFewX
license:                BSD-3-Clause
copyright:              (c) 2006-2016 Duncan Coutts
maintainer:
    Duncan Coutts <duncan@community.haskell.org>, Andrew Lelechenko <andrew.lelechenko@gmail.com>, Emily Pillmore <emilypi@cohomolo.gy>, Herbert Valerio Riedel <hvr@gnu.org>

author:                 Duncan Coutts <duncan@community.haskell.org>
synopsis:               Compression and decompression in the gzip and zlib formats
description:
    This package provides a pure interface for compressing and
    decompressing streams of data represented as lazy
    'ByteString's. It uses the
    <https://en.wikipedia.org/wiki/Zlib 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
abi:                    e0e92fba82b0246179b4bfa6540716b8
exposed:                True
exposed-modules:
    Codec.Compression.GZip Codec.Compression.Zlib
    Codec.Compression.Zlib.Internal Codec.Compression.Zlib.Raw

hidden-modules:
    Codec.Compression.Zlib.Stream
    Codec.Compression.Zlib.ByteStringCompat

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/zlib-0.7.1.0-EzBNMT37lQDL16QGWhFewX

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/zlib-0.7.1.0-EzBNMT37lQDL16QGWhFewX

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/zlib-0.7.1.0-EzBNMT37lQDL16QGWhFewX

dynamic-library-dirs:   /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2
data-dir:               /usr/pkg/share/aarch64-netbsd-ghc-9.8.2/zlib-0.7.1.0
hs-libraries:           HSzlib-0.7.1.0-EzBNMT37lQDL16QGWhFewX
extra-libraries:        z
extra-libraries-static: z
includes:               zlib.h hs-zlib.h
depends:                base-4.19.1.0-inplace bytestring-0.12.1.0-inplace
haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/zlib-0.7.1.0/html/zlib.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/zlib-0.7.1.0/html
