libarchive: Haskell interface to libarchive

[ bsd3, codec ] [ Propose Tags ]
This version is deprecated.

Haskell bindings for libarchive. Provides the ability to unpack archives, including the ability to unpack archives lazily.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
cross

Set this flag if cross-compiling

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.2.1.2, 1.0.0.0, 1.0.1.0, 1.0.2.0, 1.0.3.0, 1.0.4.0, 1.0.5.0, 1.0.5.1, 2.0.0.0, 2.0.0.1, 2.0.0.2, 2.1.0.0, 2.1.0.1, 2.1.1.0, 2.1.2.0, 2.1.2.1, 2.1.3.0, 2.1.3.1, 2.1.3.2, 2.2.0.0, 2.2.0.1, 2.2.0.2, 2.2.1.0, 2.2.2.0, 2.2.3.0, 2.2.4.0, 2.2.5.0, 2.2.5.1, 2.2.5.2, 3.0.0.0, 3.0.1.1, 3.0.2.0, 3.0.2.1, 3.0.2.2, 3.0.3.0, 3.0.3.1, 3.0.3.2, 3.0.4.1, 3.0.4.2 (info)
Change log CHANGELOG.md
Dependencies base (>=4.11 && <5), bytestring, composition-prelude (>=2.0.5.0), deepseq (>=1.4.0.0), dlist, filepath, mtl (>=2.2.1), unix-compat (>=0.1.2.1) [details]
License BSD-3-Clause
Copyright Copyright: (c) 2018-2019 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Revised Revision 1 made by vmchale at 2020-05-28T15:53:22Z
Category Codec
Bug tracker https://github.com/vmchale/libarchive/issues
Source repo head: git clone https://github.com/vmchale/libarchive
Uploaded by vmchale at 2019-12-05T16:16:19Z
Distributions NixOS:3.0.4.2
Reverse Dependencies 4 direct, 1 indirect [details]
Downloads 18532 total (254 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for libarchive-2.1.1.0

[back to package description]

libarchive

Hackage CI Hackage Dependencies of latest version on Hackage

This contains Haskell bindings to libarchive. It was created as an alternative to tar and tar-archive, 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 -j

so that you have appropriate test data downloaded.