Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell/bzlib
Compression and decompression in the bzip2 format
https://github.com/haskell/bzlib
Last synced: 15 days ago
JSON representation
Compression and decompression in the bzip2 format
- Host: GitHub
- URL: https://github.com/haskell/bzlib
- Owner: haskell
- License: other
- Created: 2020-01-26T16:25:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T13:44:56.000Z (8 months ago)
- Last Synced: 2024-04-16T00:49:06.980Z (7 months ago)
- Language: Haskell
- Size: 134 KB
- Stars: 2
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# bzlib [![Hackage][Hackage badge]][Hackage page]
**Compression and decompression in the bzip2 format**
This package provides a pure interface for compressing and decompressing streams of data represented as lazy `ByteString`s. It uses the `bz2` C library so it has high performance.
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 `bzip2` feature set.
[Hackage page]: https://hackage.haskell.org/package/bzlib
[Hackage badge]: https://img.shields.io/hackage/v/bzlib.svg