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]

Flags

Automatic Flags
NameDescriptionDefault
cross

Enable 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.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 [details]
License BSD-3-Clause
Copyright Copyright: (c) 2020 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Category Codec, Compression
Bug tracker https://hub.darcs.net/vmchale/sak/issues
Source repo head: darcs get https://hub.darcs.net/vmchale/sak (lzo)
Uploaded by vmchale at 2020-05-28T23:27:01Z
Distributions
Downloads 1170 total (18 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-29 [all 1 reports]

Readme for lzo-0.1.1.3

[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.