zlib
Compression and decompression in the gzip and zlib formats
homepage ↗ hackage: zlib github: haskell/zlib
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| gentoo gitweb ↗ | 0.7.1.0 | 3 | 15 h | details › |
| Miezhiko GitHub ↗ | 0.7.1.1 | 1 | 25 h | details › |
| haskell GitHub ↗ | 0.7.1.0 | 1 | 2 d | details › |
Versions & arches
| Version | Overlay | amd64 | arm64 | x86 | ppc64 | riscv | Committed | |
|---|---|---|---|---|---|---|---|---|
| 0.7.1.1 ≈ | Miezhiko | amd64 testing | arm64 testing | x86 testing | ppc64 testing | riscv testing | 4 mo | view · download · history ↗ |
| 0.7.1.0 | gentoo | amd64 testing | arm64 testing | x86 testing | ppc64 testing | riscv testing | — | view · download · history ↗ |
| 0.7.1.0 ≈ | haskell | amd64 testing | arm64 testing | x86 testing | ppc64 testing | riscv testing | 6 mo | view · download · history ↗ |
| 0.6.3.0 | gentoo | amd64 testing | arm64 testing | x86 testing | ppc64 testing | riscv testing | — | view · download · history ↗ |
| 0.6.2.3 | gentoo | amd64 testing | arm64 testing | x86 testing | ppc64 testing | riscv testing | — | view · download · history ↗ |
Use flags of 0.7.1.1
- bundled-c-zlib Use the bundled zlib C sources. Requires pkg-config to be False. For windows, this is the default.
- +non-blocking-ffi The (de)compression calls can sometimes take a long time, which prevents other Haskell threads running. Enabling this flag avoids this unfairness, but with greater overall cost.