zip-stream

ZIP archive streaming using conduits

Version on this page:0.2.0.1
LTS Haskell 22.14:0.2.2.0
Stackage Nightly 2024-03-28:0.2.2.0
Latest on Hackage:0.2.2.0

See all snapshots zip-stream appears in

BSD-3-Clause licensed by Dylan Simon
Maintained by [email protected]
This version can be pinned in stack with:zip-stream-0.2.0.1@sha256:78cd3244efbfba99184d17f5923980282f7d1b8f6d71c6e8af14e516e4239691,1742

Module documentation for 0.2.0.1

  • Codec
    • Codec.Archive
      • Codec.Archive.Zip
        • Codec.Archive.Zip.Conduit
          • Codec.Archive.Zip.Conduit.Types
          • Codec.Archive.Zip.Conduit.UnZip
          • Codec.Archive.Zip.Conduit.Zip

Process (extract and create) zip files as streams (e.g., over the network), accessing contained files without having to write the zip file to disk (unlike zip-conduit).