About

Metadata

  • Last updated , by HerbertValerioRiedel
  • License GPL-3.0-only
  • Maintained by: hvr@gnu.org

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable 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

Readme

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.