File: README.md

package info (click to toggle)
haskell-zlib 0.6.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,300 kB
  • sloc: ansic: 7,058; haskell: 1,081; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 828 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# zlib [![CI][CI badge]][CI page] [![Hackage][Hackage badge]][Hackage page]

**Compression and decompression in the gzip and zlib format**

This package provides a pure interface for compressing and decompressing streams of data represented as lazy `ByteString`s.
It uses the `zlib` C library so it has high performance. It supports the `zlib`, `gzip` and `raw` compression formats.

It provides a convenient high level API suitable for most tasks and for the few cases where more control is needed it provides access to the full zlib feature set.

[CI badge]: https://github.com/haskell/zlib/actions/workflows/haskell-ci.yml/badge.svg
[CI page]: https://github.com/haskell/zlib/actions/workflows/haskell-ci.yml
[Hackage page]: https://hackage.haskell.org/package/zlib
[Hackage badge]: https://img.shields.io/hackage/v/zlib.svg