conduit-vfs-zip

This package provides the ability to work with zip archives as a part of a conduit. It does this by treating the zip file as a virtual file system and acting on it that way. The zip archive access does not require any IO, and so can be used in pure conduits. If you would like to have the zip file read from disk and then persisted at the beginning and end of your conduit run, you can do that but it does require constructing the Zip VFS within a MonadResource. For more information, please see the README on GitHub at https://github.com/RobertFischer/vfs-conduit#README.md


Keywords
compression, conduit, filesystem, io, library, unclassified, zip, Propose Tags , Data.Conduit.VFS.Zip, Data.Conduit.VFS.Zip.Import, Data.Conduit.VFS.Zip.Types
License
BSD-3-Clause
Install
cabal install conduit-vfs-zip