Name: | ghc-zlib |
---|---|
Version: | 0.6.2 |
Release: | 1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 500228 |
License: | BSD |
RPM: | ghc-zlib-0.6.2-1.el8.x86_64.rpm |
Source RPM: | ghc-zlib-0.6.2-1.el8.src.rpm |
Build Date: | Tue Oct 18 2022 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/zlib |
Summary: | Compression and decompression in the gzip and zlib formats |
Description: | This package provides a pure interface for compressing and decompressing streams of data represented as lazy 'ByteString's. It uses the <https://en.wikipedia.org/wiki/Zlib 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. |