Ecosyste.ms: Packages

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

Top 4.2% on hackage.haskell.org
Top 0.7% downloads on hackage.haskell.org
Top 1.8% dependent packages on hackage.haskell.org
Top 1.5% dependent repos on hackage.haskell.org
Top 7.6% forks on hackage.haskell.org
Top 1.3% docker downloads on hackage.haskell.org

hackage.haskell.org : 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.

Registry - Source - Homepage - JSON
purl: pkg:hackage/zip-archive
Keywords: bsd3, codec, library
License: BSD-3-Clause
Latest release: about 1 year ago
First release: over 15 years ago
Dependent packages: 15
Dependent repositories: 275
Downloads: 161,199 total
Stars: 44 on GitHub
Forks: 25 on GitHub
Docker dependents: 1
Docker downloads: 54
Total Commits: 257
Committers: 19
Average commits per author: 13.526
Development Distribution Score (DDS): 0.315
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/jgm
Last synced: 4 days ago

    Loading...
    Readme
    Loading...