lzlib: lzlib bindings

[ bsd3, codec, compression, library ] [ Propose Tags ]

Lzlib bindings via c2hs. Includes a bundled copy of lzlib


[Skip to Readme]

Modules

[Index] [Quick Jump]

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

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 (>=4.7 && <5), bytestring [details]
License BSD-3-Clause
Copyright Copyright: (c) 2019-2020 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Category Codec, Compression
Source repo head: git clone https://github.com/vmchale/lzlib
Uploaded by vmchale at 2020-04-11T19:51:23Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 8083 total (70 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-04-11 [all 1 reports]

Readme for lzlib-1.0.7.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.