An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

zip-archive

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 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.

Ecosystem
hackage.haskell.org
Latest Release
0.4.3
about 3 years ago
Versions
53
Downloads
167,838 total
Dependent Packages
15
Dependent Repos
275
0.4.3.2
Published: almost 2 years ago
Registry - Download
0.4.3.1
Published: about 2 years ago
Registry - Download
0.4.3
Published: about 3 years ago
Registry - Download
0.4.2.2
Published: over 3 years ago
Registry - Download
0.4.2.1
Published: about 4 years ago
Registry - Download
0.4.2
Published: about 4 years ago
Registry - Download
0.4.1
Published: almost 7 years ago
Registry - Download
0.4
Published: over 7 years ago
Registry - Download
0.3.3
Published: over 7 years ago
Registry - Download
0.3.2.5
Published: almost 8 years ago
Registry - Download
0.3.2.4
Published: about 8 years ago
Registry - Download
0.3.2.3
Published: about 8 years ago
Registry - Download
0.3.2.2
Published: about 8 years ago
Registry - Download
0.3.2.1
Published: about 8 years ago
Registry - Download
0.3.2
Published: about 8 years ago
Registry - Download
0.3.1.1
Published: over 8 years ago
Registry - Download
0.3.1
Published: almost 9 years ago
Registry - Download
0.3.0.7
Published: almost 9 years ago
Registry - Download
0.3.0.6
Published: almost 9 years ago
Registry - Download
0.3.0.5
Published: over 9 years ago
Registry - Download
0.3.0.4
Published: over 9 years ago
Registry - Download
0.3.0.2
Published: almost 10 years ago
Registry - Download
0.3.0.1
Published: almost 10 years ago
Registry - Download
0.3
Published: about 10 years ago
Registry - Download
0.2.3.7
Published: about 11 years ago
Registry - Download
0.2.3.6
Published: about 11 years ago
Registry - Download
0.2.3.5
Published: over 11 years ago
Registry - Download
0.2.3.4
Published: over 11 years ago
Registry - Download
0.2.3.3
Published: over 11 years ago
Registry - Download
0.2.3.2
Published: almost 12 years ago
Registry - Download
0.2.3.1
Published: almost 12 years ago
Registry - Download
0.2.3
Published: almost 12 years ago
Registry - Download
0.2.2.1
Published: almost 12 years ago
Registry - Download
0.2.2
Published: almost 12 years ago
Registry - Download
0.2.1
Published: about 12 years ago
Registry - Download
0.2
Published: about 12 years ago
Registry - Download
0.1.4
Published: over 12 years ago
Registry - Download
0.1.3.4
Published: about 13 years ago
Registry - Download
0.1.3.3
Published: about 13 years ago
Registry - Download
0.1.3.2
Published: about 13 years ago
Registry - Download
0.1.3.1
Published: about 13 years ago
Registry - Download
0.1.3
Published: about 13 years ago
Registry - Download
0.1.2.1
Published: over 13 years ago
Registry - Download
0.1.1.8
Published: almost 14 years ago
Registry - Download
0.1.1.7
Published: about 15 years ago
Registry - Download
0.1.1.6
Published: about 16 years ago
Registry - Download
0.1.1.5
Published: about 16 years ago
Registry - Download
0.1.1.4
Published: over 16 years ago
Registry - Download
0.1.1.3
Published: about 17 years ago
Registry - Download
0.1.1.2
Published: about 17 years ago
Registry - Download
0.1.1.1
Published: over 17 years ago
Registry - Download
0.1.1
Published: over 17 years ago
Registry - Download
0.1
Published: over 17 years ago
Registry - Download
Links
Registry hackage.haskell.org
Source Repository
Homepage Homepage
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/zip-archive
spec
License BSD-3-Clause
First Release over 17 years ago
Last Synced 2 days ago
Repository
Stars 45 on GitHub
Forks 26 on GitHub
Docker Dependents 1
Docker Downloads 54
Commits 257
Committers 19
Avg per Author 13.526
DDS 0.315
Rankings on hackage.haskell.org
Overall Top 4.2%
Downloads Top 0.7%
Dependent packages Top 1.8%
Dependent repos Top 1.5%
Forks Top 7.6%
Docker downloads Top 1.3%