https://github.com/composewell/streamly-zlib
https://github.com/composewell/streamly-zlib
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/composewell/streamly-zlib
- Owner: composewell
- License: bsd-3-clause
- Created: 2020-02-11T12:50:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T08:07:46.000Z (over 6 years ago)
- Last Synced: 2025-03-11T17:24:44.724Z (over 1 year ago)
- Language: Haskell
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# streamly-zlib
This library is an extention of the Streamly ecosystem that provides
APIs for compression and decompression. All the exposed APIs are streaming
in nature.
This library builds on top of the
[zlib](https://hackage.haskell.org/package/zlib-0.6.2.1) package.