@hackage lzma-static5.2.5.5
LZMA/XZ compression and decompression (static)
Deprecated
Tested Compilers
Dependencies (2)
- base >=4.5 && <5
- bytestring >=0.9.2 && <0.13 Show all…
Dependents (4)
@hackage/ghcup, @hackage/libarchive, @hackage/hstar, @hackage/sak
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.