Compression and decompression in the gzip and zlib formats
This package provides a pure interface for compressing and decompressing streams of data
represented as lazy ByteStrings. 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.
- Sources inherited from project openSUSE:Leap:42.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:42.2:Ports/ghc-zlib && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000075 75 Bytes | |
ghc-zlib.changes | 0000002837 2.77 KB | |
ghc-zlib.spec | 0000002825 2.76 KB | |
zlib-0.6.1.1.tar.gz | 0000142902 140 KB |
Revision 4 (latest revision is 5)
Ludwig Nussel (lnussel_factory)
accepted
request 402554
from
Ondřej Súkup (mimi_vx)
(revision 4)
- update to 0.6.1.1 - regenerated spec file with cabal-rpm * Support for concatenated gzip files (multiple back-to-back streams) * Fixed warnings with new GHC * Fixed testsuite * New incremental interface for compression and decompression * Provide access to unconsumed trailing data * Simplified structured error type, and instance of Exception * Fixed memory leak of zlib z_stream C structure * More derivied instances (Eq, Show, Typeable, Generic)
Comments 0