bz2: Bindings to libbz2

[ bsd3, compression, library ] [ Propose Tags ]

High-level bindings to libbz2 using c2hs and ByteString


[Skip to Readme]

Modules

[Index] [Quick Jump]

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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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
Revised Revision 2 made by vmchale at 2020-02-09T00:19:59Z
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-02-09T00:16:00Z
Distributions Arch:1.0.1.1, 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 5324 total (86 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-02-09 [all 1 reports]

Readme for bz2-1.0.0.1

[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

Backpack Integration

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