@hackage Codec-Compression-LZF0.2
LZF compression bindings.
Categories
License
BSD-3-Clause
Maintainer
Don Stewart <dons@cse.unsw.edu.au>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 0.2 Fri, 6 Jul 2007
Installation
CustomDependencies (1)
Dependents (2)
@hackage/acme-everything, @hackage/yxdb-utils
A Haskell binding to the liblzf by Marc Lehmann. LZF is a fast compression algorithm sacrifising compression quality for an extra bit of speed. The tiny library is contained in the source and statically linked in the Haskell library resulting in no external dependencies. Exposed-modules: Codec.Compression.LZF