BSD-3-Clause licensed by Herbert Valerio Riedel
Maintained by [email protected]
This version can be pinned in stack with:lzma-0.0.0.3@sha256:9590f6beb380b45ee7d34dcb74d9149fc9e25b05f1bba99ab99e2a6d9ff12eea,2883

Module documentation for 0.0.0.3

Depends on 2 packages(full list with versions):
Used by 3 packages in nightly-2019-02-19(full list with versions):

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.

The following packages are based on this package and provide API support for popular streaming frameworks:

Changes

0.0.0.3

  • Fix potential reentrancy issue also discovered in zlib (#4)