lzip: Lzip compression / Lzlib bindings
Lzip is a data compression format based on LZMA (Lempel–Ziv–Markov chain algorithm).
The Lzip file format is designed for data sharing and long-term archiving, taking into account both data integrity and decoder availability (see the Lzlib homepage for more details).
This package provides low-level FFI bindings to the Lzlib C library as well as a monadic ByteString
-based mid-level API for the IO
and ST
monads.
Modules
[Index] [Quick Jump]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
int-cast | Enable additional static compile-time checks via | Disabled |
use-system-lzlib | Whether to use system-provided | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- lzip-0.0.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.0.0 |
---|---|
Dependencies | base (>=4.5 && <4.14), bytestring (>=0.9.2 && <0.11) [details] |
License | GPL-3.0-only[multiple license files] |
Copyright | (c) 2019, Herbert Valerio Riedel |
Author | Herbert Valerio Riedel |
Maintainer | hvr@gnu.org |
Category | Codec, Compression |
Home page | https://github.com/hvr/lzlib |
Bug tracker | https://github.com/hvr/lzlib/issues |
Source repo | head: git clone https://github.com/hvr/lzlib.git |
Uploaded | by HerbertValerioRiedel at 2019-09-12T07:18:52Z |
Distributions | |
Downloads | 2616 total (4 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-09-12 [all 1 reports] |