libarchive: Haskell interface to libarchive

[ bsd3, codec ] [ Propose Tags ]

Haskell bindings for libarchive. Provides the ability to unpack archives.


[Skip to Readme]

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.9 && <5), bytestring, composition-prelude, filepath [details]
License BSD-3-Clause
Copyright Copyright: (c) 2018-2019 Vanessa McHale
Author Vanessa McHale
Maintainer vanessa.mchale@iohk.io
Revised Revision 2 made by vmchale at 2019-09-21T23:49:31Z
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-03-20T20:13:46Z
Distributions NixOS:3.0.4.2
Reverse Dependencies 4 direct, 1 indirect [details]
Downloads 18725 total (215 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-1.0.0.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, but it supports more archive formats.

It has a high-level Haskell API for creating and unpacking archives in addition to the C API.