name:                   zlib
version:                0.7.1.0
visibility:             public
id:                     zlib-0.7.1.0-1mOT4jASaJp8whxsM9AySZ
key:                    zlib-0.7.1.0-1mOT4jASaJp8whxsM9AySZ
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:                    ab6159a6f193a5fc74c947792755246d
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.10.1/zlib-0.7.1.0-1mOT4jASaJp8whxsM9AySZ

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/zlib-0.7.1.0-1mOT4jASaJp8whxsM9AySZ
    /usr/lib

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/zlib-0.7.1.0-1mOT4jASaJp8whxsM9AySZ
    /usr/lib

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

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