name:                 zip-archive
version:              0.4.3.2
visibility:           public
id:                   zip-archive-0.4.3.2-CWWs0zSyY1Q8HA79WvEUP
key:                  zip-archive-0.4.3.2-CWWs0zSyY1Q8HA79WvEUP
license:              BSD-3-Clause
maintainer:           jgm@berkeley.edu
author:               John MacFarlane
homepage:             http://github.com/jgm/zip-archive
synopsis:             Library for creating and modifying zip archives.
description:
    The zip-archive library provides functions for creating, modifying, and
    extracting files from zip archives. The zip archive format is
    documented in <http://www.pkware.com/documents/casestudies/APPNOTE.TXT>.

    Certain simplifying assumptions are made about the zip archives: in
    particular, there is no support for strong encryption, zip files that
    span multiple disks, ZIP64, OS-specific file attributes, or compression
    methods other than Deflate. However, the library should be able to read
    the most common zip archives, and the archives it produces should be
    readable by all standard unzip programs.

    Archives are built and extracted in memory, so manipulating large zip
    files will consume a lot of memory. If you work with large zip files or
    need features not supported by this library, a better choice may be
    <http://hackage.haskell.org/package/zip zip>, which uses a
    memory-efficient streaming approach. However, zip can only read and
    write archives inside instances of MonadIO, so zip-archive is a better
    choice if you want to manipulate zip archives in "pure" contexts.

    As an example of the use of the library, a standalone zip archiver and
    extracter is provided in the source distribution.

category:             Codec
abi:                  7b26414de751ccb79928185ca1605721
exposed:              True
exposed-modules:      Codec.Archive.Zip
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/zip-archive-0.4.3.2-CWWs0zSyY1Q8HA79WvEUP

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/zip-archive-0.4.3.2-CWWs0zSyY1Q8HA79WvEUP

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/zip-archive-0.4.3.2-CWWs0zSyY1Q8HA79WvEUP

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/zip-archive-0.4.3.2

hs-libraries:         HSzip-archive-0.4.3.2-CWWs0zSyY1Q8HA79WvEUP
depends:
    array-0.5.7.0-inplace base-4.20.0.0-inplace binary-0.8.9.2-inplace
    bytestring-0.12.1.0-inplace containers-0.7-inplace
    digest-0.0.2.1-JiLYhqrAEy25vxUoSQAU2u directory-1.3.8.3-inplace
    filepath-1.5.2.0-inplace mtl-2.3.1-inplace pretty-1.1.3.6-inplace
    text-2.1.1-inplace time-1.12.2-inplace unix-2.8.5.1-inplace
    zlib-0.7.1.0-1mOT4jASaJp8whxsM9AySZ

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/zip-archive-0.4.3.2/html/zip-archive.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/zip-archive-0.4.3.2/html
