exomizer: Compression and decompression in the exomizer format

[ codec, library ] [ Propose Tags ]

This package provides a pure interface for compressing and decompressing data represented as strict ByteStrings.

Only the raw, mem and level compressions are supported.

This library uses the exomizer 2.0.10.

exomizer is created by Magnus Lind (magli143@gmail.com) https://bitbucket.org/magli143/exomizer/wiki/Home


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0
Change log ChangeLog.md
Dependencies base (>=4.10.1.0 && <5), bytestring [details]
License LicenseRef-OtherLicense
Copyright 2018 ALeX Kazik
Author ALeX Kazik
Maintainer alex@kazik.de
Category codec
Home page https://github.com/alexkazik/exomizer#readme
Bug tracker https://github.com/alexkazik/exomizer/issues
Source repo head: git clone https://github.com/alexkazik/exomizer
Uploaded by alexkazik at 2018-06-09T09:51:42Z
Distributions LTSHaskell:1.0.0, NixOS:1.0.0, Stackage:1.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1236 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-06-09 [all 1 reports]

Readme for exomizer-1.0.0

[back to package description]

exomizer

Compression and decompression in the exomizer format

This package provides a pure interface for compressing and decompressing data represented as strict ByteStrings.

Only the raw, mem and level compressions are supported.

exomizer is created by Magnus Lind (magli143@gmail.com)