@hackage lzip0.0.0.0
Lzip compression / Lzlib bindings
Categories
License
GPL-3.0-only
Maintainer
hvr@gnu.org
Links
Versions
- 0.0.0.0 Thu, 12 Sep 2019
Installation
Dependencies (3)
- base >=4.5 && <4.14
- bytestring >=0.9.2 && <0.11
- int-cast >=0.2 && <0.3 Show all…
Dependents (0)
Package Flags
int-cast
(off by default)
Enable additional static compile-time checks via int-cast library
use-system-lzlib
(off by default)
Whether to use system-provided lzlib C library; if this flag is set to false, an embedded vendored copy of lzlib-0.11 will be compiled and linked
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.