https://github.com/jgm/zip-archive

Last synced: about 1 month ago

Repository metadata:

Native Haskell library for working with zip archives


Owner metadata:


Committers metadata

Last synced: about 2 months ago

Total Commits: 267
Total Committers: 19
Avg Commits per committer: 14.053
Development Distribution Score (DDS): 0.303

Commits in past year: 10
Committers in past year: 1
Avg Commits per committer in past year: 10.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
John MacFarlane j****m@b****u 186
[email protected] u****n 31
John MacFarlane f****r@g****m 29
Tommaso Piazza t****a@g****m 3
Alexis Williams a****s@t****t 2
Sergii Rudchenko r****s@g****m 2
Michael m****l@s****m 2
Vikrem v****m 1
Alexander Batischev e****p@g****m 1
Benjamin Landers b****s@g****m 1
Dan Aloni a****d@g****m 1
Eugene e****o@g****m 1
Ganesh Sittampalam g****h@e****i 1
Michael Stahl m****l@r****m 1
Peter Simons s****s@c****o 1
Sergei Trofimovich s****x@g****g 1
Stephen McIntosh s****7@g****m 1
Tobias Brandt t****t@g****m 1
Tristan Ravitch t****n@n****t 1

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

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

  • Homepage: http://github.com/jgm/zip-archive
  • Licenses: BSD-3-Clause
  • Latest release: 0.4.3 (published almost 2 years ago)
  • Last Synced: 2024-11-11T02:44:25.241Z (about 1 month ago)
  • Versions: 53
  • Dependent Packages: 15
  • Dependent Repositories: 275
  • Downloads: 164,173 Total
  • Docker Downloads: 54
  • Rankings:
    • Downloads: 0.684%
    • Docker downloads count: 1.288%
    • Dependent repos count: 1.492%
    • Dependent packages count: 1.797%
    • Average: 4.152%
    • Forks count: 7.612%
    • Stargazers count: 12.037%
  • Maintainers (1)

Dependencies

zip-archive.cabal hackage
  • array *
  • base >=4.5 && <5
  • binary >=0.6
  • bytestring >=0.9.0
  • bytestring >=0.10.0
  • containers *
  • digest >=0.0.0.1
  • directory >=1.2.0
  • directory >=1.1
  • filepath *
  • mtl *
  • pretty *
  • text >=0.11
  • time *
  • unix *
  • zip-archive *
  • zlib *
  • HUnit * test
  • base >=4.5 && <5 test
  • bytestring >=0.9.0 test
  • directory >=1.3 test
  • filepath * test
  • process * test
  • temporary * test
  • time * test
  • unix * test
  • zip-archive * test
.github/workflows/ci.yml actions
  • actions/checkout v1 composite
  • actions/checkout v2 composite
  • haskell/actions/setup v1 composite