lz4-hs: lz4 bindings for Haskell

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

lz4 streaming library via ByteString


[Skip to Readme]

Modules

[Last Documentation]

  • Codec
    • Codec.Lz4

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

  • 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.8 && <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-03-05T21:42:35Z
Category Codec, Compression, FFI
Source repo head: darcs get https://hub.darcs.net/vmchale/lz4
Uploaded by vmchale at 2020-03-05T21:34:19Z
Distributions NixOS:0.1.5.2
Downloads 2136 total (30 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-03-06 [all 3 reports]

Readme for lz4-hs-0.1.0.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 mean you can work with .lz4 files.