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