zip-stream

ZIP archive streaming using conduits

Version on this page:0.1.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.1.1@sha256:467504786bff2d277e5462231f06ee9cba843e09ffb3f64b9be2f04b83d54550,1710

Module documentation for 0.1.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).