lzlib: lzlib bindings

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

Lzlib bindings via c2hs. Includes a bundled copy of lzlib


[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

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.3.0.4, 0.3.0.5, 0.3.1.0, 0.3.1.1, 0.3.1.2, 0.3.2.0, 0.3.3.0, 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.0.1.0, 1.0.2.1, 1.0.3.0, 1.0.4.0, 1.0.5.0, 1.0.6.0, 1.0.7.0, 1.0.7.1, 1.0.7.2, 1.0.7.3 (info)
Change log CHANGELOG.md
Dependencies base (<0), bytestring [details]
License BSD-3-Clause
Copyright Copyright: (c) 2019-2020 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Revised Revision 1 made by vmchale at 2020-02-02T03:32:40Z
Category Codec, Compression
Source repo head: git clone https://github.com/vmchale/lzlib
Uploaded by vmchale at 2020-02-02T01:19:16Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 8116 total (73 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-02-02 [all 1 reports]

Readme for lzlib-1.0.0.0

[back to package description]

lzlib

Hackage CI Hackage

Dependencies of latest version on Hackage

Haskell bindings to lzlib.

This package includes a high-level interface to lzlib. It provides performance comparable to the lzip command-line tool.

Comparison

Compared to the lzip Haskell library:

  • Uses c2hs instead of hsc2hs
  • Provides a high-level (ByteString-based) API

Performance

Performance should be comparable to the lzip C++ program.

Hacking

Run

make

to download a few tarballs before running the test suite.