Haskell bindings to lzlib.
This package includes a high-level interface to lzlib. It provides performance comparable to the lzip command-line tool.
Compared to the lzip Haskell library:
- Uses
c2hsinstead ofhsc2hs - Provides a high-level (
ByteString-based) API
Performance should be comparable to the lzip C++ program.
Run
maketo download a few tarballs before running the test suite.