lzma-0.0.0.3

Synopsis

LZMA/XZ compression and decompression

Description

This package provides a pure interface for compressing and decompressing <https://en.wikipedia.org/wiki/LZMA 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 <http://tukaani.org/xz/ liblzma C library>. The following packages are based on this package and provide API support for popular streaming frameworks: * </package/lzma-streams lzma-streams> (for </package/io-streams io-streams>) * </package/pipes-lzma pipes-lzma> (for </package/pipes pipes>) * </package/lzma-conduit lzma-conduit> (for </package/conduit conduit>)

Author

Herbert Valerio Riedel

Maintainer

hvr@gnu.org

License

BSD3

Source
Timestamp

Revisions

None

Dependencies
library lzma:
  • ["base >=4.5 && <4.17","bytestring >=0.9.2 && <0.12"]

if os(windows)

  • lzma-clib
test-suite lzma-tests:
  • ["lzma","base","bytestring","HUnit >=1.2 && <1.7","QuickCheck >=2.8 && <2.15","tasty >=0.10 && <1.5","tasty-hunit >=0.9 && <0.11","tasty-quickcheck >=0.8.3.2 && <0.11","time"]