lz4-hs: lz4 bindings for Haskell

[ bsd3, codec, compression, ffi, library ] [ Propose Tags ]

lz4 streaming library via 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

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.4.0, 0.1.4.1, 0.1.5.0, 0.1.5.1, 0.1.5.2
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 Codec, Compression, FFI
Source repo head: darcs get https://hub.darcs.net/vmchale/lz4
Uploaded by vmchale at 2020-08-26T20:22:54Z
Distributions NixOS:0.1.5.2
Downloads 2102 total (32 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 lz4-hs-0.1.5.0

[back to package description]

lz4-hs

Haskell bindings to lz4. Includes a bundled copy of lz4 1.9.2

Comparison

lz4-hs includes support for frames as well as blocks, unlike lz4 and lz4-conduit.

This means you can work with .lz4 files.