About

Metadata

  • Last updated , by maerwald
  • License BSD-3-Clause
  • Maintained by: hasufell@posteo.de

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 8.10.4
  2. 8.8.4
  3. 8.6.5

Package Flags

Use the -f option with cabal commands to enable flags

    system-xz (on by default)

    Use xz found with pkg-config rather than the bundled sources

Readme

This package provides a pure interface for compressing and decompressing LZMA (Lempel–Ziv–Markov chain algorithm) streams of data represented as lazy ByteStrings. A monadic incremental interface is provided as well. This package relies on the liblzma C library.