lzlib: lzlib bindings

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Lzlib bindings via c2hs. Includes a bundled copy of lzlib


[Skip to Readme]

Properties

Versions 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, 1.0.7.4, 1.0.7.4
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), bytestring [details]
License BSD-3-Clause
Copyright Copyright: (c) 2019-2021 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 2025-01-16T06:55:29Z

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


Readme for lzlib-1.0.7.4

[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:

Performance

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

Hacking

Run

make

to download a few tarballs before running the test suite.