@hackage libarchive3.0.2.0
Haskell interface to libarchive
Installation
CustomTested Compilers
Dependencies (10)
- base >=4.8 && <5
- bytestring
- composition-prelude >=2.0.5.0
- deepseq >=1.4.0.0
- dlist
- filepath Show all…
Dependents (5)
@hackage/cpkg, @hackage/ats-pkg, @hackage/ghcup, @hackage/archive-libarchive, @hackage/hstar
Package Flags
cross
(off by default)
Set this flag if cross-compiling
low-memory
(off by default)
Run low-memory version of test suite
system-libarchive
(on by default)
Use libarchive found with pkg-config rather than the bundled sources
libarchive
This contains Haskell bindings to libarchive. It was created as an alternative to tar and tar-conduit, but it supports more archive formats.
It has a high-level Haskell API for creating and unpacking archives in addition
to the C API. Like the tar package, it can stream from lazy ByteStrings.
Hacking
To run the test suite, first run
make
to download test data.
Performance
libarchive is faster than tar or tar-conduit when unpacking archives.