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
pure

Use Haskell digest rather than relying on zlib

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.10 && <5), binary (>=0.8.3.0), bytestring, digest, digest-pure, digest-sig [details]
License BSD-3-Clause
Copyright Copyright: (c) 2020, 2022 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 2022-04-11T10:57:10Z
Distributions
Downloads 1183 total (23 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 lzo-0.1.1.4

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