libarchive: Haskell bindings for libarchive

[ bsd3, codec ] [ Propose Tags ]

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


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
development

Enable `-Werror`

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.3 && <5), bytestring, filepath [details]
License BSD-3-Clause
Copyright Copyright: (c) 2018 Vanessa McHale
Author Vanessa McHale
Maintainer vanessa.mchale@iohk.io
Revised Revision 1 made by vmchale at 2019-09-21T23:48:57Z
Category Codec
Source repo head: git clone https://github.com/vmchale/libarchive
Uploaded by vmchale at 2018-12-30T07:11:30Z
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 log]
All reported builds failed as of 2018-12-30 [all 2 reports]

Readme for libarchive-0.1.0.0

[back to package description]

libarchive

Hackage CI Hackage Dependencies of latest version on Hackage

This contains partial Haskell bindings around libarchive. It was created as an alternative to tar.

Right now it only has support for decompressing tar archives.