packages feed

lzlib-0.3.0.0: README.md

# lzlib

[![Hackage CI](https://matrix.hackage.haskell.org/api/v2/packages/lzlib/badge)](https://matrix.hackage.haskell.org/package/lzlib)
[![Hackage](https://img.shields.io/hackage/v/lzlib.svg)](http://hackage.haskell.org/package/lzlib)
[![Dependencies of latest version on Hackage](https://img.shields.io/hackage-deps/v/lzlib.svg)](https://hackage.haskell.org/package/lzlib)

Haskell bindings to [lzlib](https://www.nongnu.org/lzip/lzlib.html).

## Hacking

Run

```bash
./bash/setup
```

to download a few tarballs before running the test suite.