bz2: Bindings to libbz2

[ bsd3, compression, library ] [ Propose Tags ]

High-level bindings to libbz2 using c2hs and ByteString


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
cross

Set this flag if cross-compiling

Disabled

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.4 && <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 2020-01-25T10:37:46Z
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 5300 total (83 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-01-25 [all 1 reports]

Readme for bz2-0.1.1.0

[back to package description]

bz2

High-level bindings to bzip2.

Comparison

Compared to bzlib:

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