Package Info

ghc-zip-archive


Library for creating and modifying zip archives


Unspecified

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.


License: BSD-3-Clause
URL: https://hackage.haskell.org/package/zip-archive

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
0.4.2.1-150500.1.1 info GA Release 2022-12-13 15 SP5 Subpackages
  • x86-64
  • ghc-zip-archive
0.4.1-bp154.2.12 info GA Release 2022-05-09 15 SP4
  • AArch64
  • ppc64le
  • x86-64
  • ghc-zip-archive
  • ghc-zip-archive-devel
0.4.1-bp153.1.20 info GA Release 2021-04-08 15 SP3
  • AArch64
  • ppc64le
  • x86-64
  • ghc-zip-archive
  • ghc-zip-archive-devel
0.4.1-bp152.1.11 info GA Release 2020-06-16 15 SP2
  • AArch64
  • ppc64le
  • x86-64
  • ghc-zip-archive
  • ghc-zip-archive-devel
0.4-bp151.2.2 info GA Release 2019-07-17 15 SP1
  • ppc64le
  • x86-64
  • ghc-zip-archive
  • ghc-zip-archive-devel
0.4-bp151.1.8 info GA Release 2019-05-31 15 SP1
  • AArch64
  • ghc-zip-archive
  • ghc-zip-archive-devel
0.3.1.1-bp150.2.4 info GA Release 2018-07-30 15
  • AArch64
  • ppc64le
  • x86-64
  • ghc-zip-archive
  • ghc-zip-archive-devel
0.2.3.7-6.7 info 5585 2016-09-14 12 GA-SP5
  • AArch64
  • s390x
  • x86-64
  • ghc-zip-archive
  • ghc-zip-archive-devel
0.2.3.7-6.2 info 5585 2016-09-14 12 GA-SP5
  • ppc64le
  • ghc-zip-archive
  • ghc-zip-archive-devel
0.2.3.7-3.1 info openSUSE-2016-291 2016-07-04 12 GA-SP5
  • x86-64
  • ghc-zip-archive
  • ghc-zip-archive-devel