zstd: Haskell bindings to the Zstandard compression algorithm
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
A fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios.
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.1.1.2, 0.1.2.0, 0.1.2.0, 0.1.3.0 |
---|---|
Change log | ChangeLog |
Dependencies | base (>=4.8 && <5), bytestring (>=0.9), deepseq, ghc-prim [details] |
License | BSD-3-Clause |
Copyright | (c) 2016-present, Facebook, Inc. All rights reserved.; 2019 Luis Pedro Coelho |
Author | Bryan O'Sullivan |
Maintainer | luis@luispedro.org |
Category | Codec |
Home page | https://github.com/luispedro/hs-zstd |
Bug tracker | https://github.com/luispedro/hs-zstd/issues |
Source repo | head: git clone https://github.com/luispedro/hs-zstd |
Uploaded | by luispedro at 2020-05-22T21:19:17Z |
Modules
[Index] [Quick Jump]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
standalone | Use a built-in copy of the zstd library | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- zstd-0.1.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees