@hackage lzma0.0.1.1
LZMA/XZ compression and decompression
Installation
Tested Compilers
Dependencies (3)
- base >=4.12.0.0 && <4.22
- bytestring >=0.10.8.2 && <0.13
- lzma-clib Show all…
Dependents (14)
@hackage/cpkg, @hackage/ats-pkg, @hackage/file-embed-lzma, @hackage/shake-bindist, @hackage/gb-nix-cache, @hackage/nova-cache, Show all…
Package Flags
pkgconfig
(on by default)
Use pkgconfig on unix system to find liblzma
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:
lzma-streams (for io-streams)
pipes-lzma (for pipes)
lzma-conduit (for conduit)