libarchive-conduit: Read many archive formats with libarchive and conduit
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.
Modules
- Codec
- Codec.Archive
- Codec.Archive.Read
- Codec.Archive.Util
- Codec.Archive
Downloads
- libarchive-conduit-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0 |
---|---|
Dependencies | base (>=4.6 && <5), bytestring (>=0.10), conduit (>=1.2), resourcet (>=1.1), transformers (>=0.3) [details] |
License | BSD-3-Clause |
Copyright | 2014 Thomas Tuegel |
Author | Thomas Tuegel |
Maintainer | ttuegel@gmail.com |
Category | Codec |
Bug tracker | https://github.com/ttuegel/libarchive-conduit/issues |
Source repo | head: git clone https://github.com/ttuegel/libarchive-conduit.git |
Uploaded | by ThomasTuegel at 2014-11-12T17:46:49Z |
Distributions | NixOS:0.1.0.0 |
Reverse Dependencies | 2 direct, 1 indirect [details] |
Downloads | 1215 total (11 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-12 [all 7 reports] |