bz2: Bindings to libbz2

[ bsd3, compression, library ] [ Propose Tags ]

High-level bindings to libbz2 via ByteString


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
cross

Set this flag if cross-compiling

Disabled
Automatic Flags
NameDescriptionDefault
with-bzlib

Bench against bzlib

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.1.1, 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.0.0.3, 1.0.1.0, 1.0.1.1, 1.0.1.2 (info)
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), bytestring [details]
License BSD-3-Clause
Copyright Copyright: (c) 2020 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Category Compression
Bug tracker https://hub.darcs.net/vmchale/bz2/issues
Source repo head: darcs get https://hub.darcs.net/vmchale/bz2
Uploaded by vmchale at 2024-04-13T16:48:19Z
Distributions Arch:1.0.1.0, Debian:1.0.0.1, LTSHaskell:1.0.1.2, NixOS:1.0.1.1, Stackage:1.0.1.2
Reverse Dependencies 5 direct, 3 indirect [details]
Downloads 5303 total (84 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for bz2-1.0.1.2

[back to package description]

bz2

High-level bindings to bzip2.

Comparison

Compared to bzlib:

  • Bundles bzip2 1.0.8.
  • Compatible with GHC 8.8+
  • Uses c2hs rather than hsc2hs and thus has a larger dependency footprint

Unlike pipes-bzip and bzlib-conduit, bz2 can be cross-compiled.

Backpack Integration

bz2 implements bzip-signature, which makes it interchangeable with bzlib.