lzo: minilzo bundled for Haskell

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

A small library wrapping minilzo allowing lzop compression in Haskell.


[Skip to Readme]

Modules

[Index] [Quick Jump]

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.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.4, 0.1.1.5 (info)
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), binary (>=0.8.3.0), bytestring, digest-pure [details]
License BSD-3-Clause
Copyright Copyright: (c) 2020 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Revised Revision 1 made by vmchale at 2020-05-28T23:06:22Z
Category Codec, Compression
Source repo head: darcs get https://hub.darcs.net/vmchale/sak (lzo)
Uploaded by vmchale at 2020-05-01T01:56:24Z
Distributions
Downloads 1179 total (21 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-05-01 [all 1 reports]

Readme for lzo-0.1.1.0

[back to package description]

lzo

This bundles minilzo and hence only offers one compression level.

It contains a file (frame) compressor as well as block compression. File compression (and decompression) is fully lazy.