libarchive-conduit

Read many archive formats with libarchive and conduit

Latest on Hackage:0.1.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Thomas Tuegel
Maintained by [email protected]

libarchive-conduit reads archives with libarchive. All of the many formats understood by libarchive are supported. Resource use is managed in Haskell with the conduit library. The interface is very simple; archives are read from disk and their contents are presende as a stream of pairs (FilePath, ByteString) of the path to each file and its contents, respectively.