https://github.com/vmchale/lzlib
lzlib bindings for Haskell
https://github.com/vmchale/lzlib
compression ffi ffi-bindings haskell haskell-library lzlib lzlib-bindings
Last synced: 10 months ago
JSON representation
lzlib bindings for Haskell
- Host: GitHub
- URL: https://github.com/vmchale/lzlib
- Owner: vmchale
- License: bsd-3-clause
- Created: 2019-09-03T22:45:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T06:56:18.000Z (about 1 year ago)
- Last Synced: 2025-04-15T20:08:20.749Z (10 months ago)
- Topics: compression, ffi, ffi-bindings, haskell, haskell-library, lzlib, lzlib-bindings
- Language: Haskell
- Size: 368 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# lzlib
[](https://matrix.hackage.haskell.org/package/lzlib)
[](http://hackage.haskell.org/package/lzlib)
[](https://hackage.haskell.org/package/lzlib)
Haskell bindings to [lzlib](https://www.nongnu.org/lzip/lzlib.html).
This package includes a high-level interface to lzlib. It provides performance
comparable to the [lzip](https://www.nongnu.org/lzip/) command-line tool.
## Comparison
Compared to the [lzip](http://hackage.haskell.org/package/lzip) Haskell library:
* Uses `c2hs` instead of `hsc2hs`
* Provides a high-level (`ByteString`-based) API
### Performance
Performance should be comparable to the
[lzip](http://download.savannah.gnu.org/releases/lzip/) C++ program.
## Hacking
Run
```bash
make
```
to download a few tarballs before running the test suite.