@hackage xz5.6.3
LZMA/XZ compression and decompression
Categories
License
BSD-3-Clause
Maintainer
hasufell@posteo.de
Links
Versions
- 5.6.3 Sun, 12 Jan 2025
Installation
Tested Compilers
Dependencies (3)
- base >=4.5 && <5
- bytestring >=0.9.2 && <0.13
- xz-clib >=5.2.5 Show all…
Dependents (1)
@hackage/ghcup
Package Flags
system-xz
(on by default)
Use xz found with pkg-config rather than the bundled sources
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.