@hackage lzlib1.0.0.0
lzlib bindings
Deprecated
Dependencies (2)
- base >=5 && <5
- bytestring Show all…
Dependents (4)
@hackage/cpkg, @hackage/shake-bindist, @hackage/hstar, @hackage/sak
Package Flags
cross
(off by default)
Set this flag if cross-compiling
lzlib
Haskell bindings to lzlib.
This package includes a high-level interface to lzlib. It provides performance comparable to the lzip command-line tool.
Comparison
Compared to the lzip Haskell library:
- Uses
c2hsinstead ofhsc2hs - Provides a high-level (
ByteString-based) API
Performance
Performance should be comparable to the lzip C++ program.
Hacking
Run
make
to download a few tarballs before running the test suite.