@hackage lzip0.0.0.0

Lzip compression / Lzlib bindings

  • Installation

  • Dependencies (3)

  • 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.