lzma

LZMA/XZ compression and decompression

https://github.com/hvr/lzma

Version on this page:0.0.0.4
LTS Haskell 22.25:0.0.1.0@rev:1
Stackage Nightly 2024-06-16:0.0.1.1
Latest on Hackage:0.0.1.1

See all snapshots lzma appears in

BSD-3-Clause licensed by Herbert Valerio Riedel
Maintained by [email protected]
This version can be pinned in stack with:lzma-0.0.0.4@sha256:527f808facb790e3c47950117fb71e3f1660d8dfbc35ec4b5cbee735e9f2743f,2928

Module documentation for 0.0.0.4

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

  • base-4.17 compatibility

0.0.0.3

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