libarchive-conduit

Version 0.1.0.0 revision 0 uploaded by ThomasTuegel.

Package meta

Synopsis
Read many archive formats with libarchive and conduit
Description

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.

Author
Thomas Tuegel
Bug reports
https://github.com/ttuegel/libarchive-conduit/issues
Category
Codec
Copyright
2014 Thomas Tuegel
Homepage
n/a
Maintainer
ttuegel@gmail.com
Package URL
n/a
Stability
n/a

Components