LZ4 compression and decompression in pure Go
Package lz4 implements reading and writing lz4 compressed data (a frame), as specified in http://fastcompression.blogspot.com/2013/04/lz4-streaming-format-final.html. This package is compatible with the LZ4 frame format although the block level compression and decompression functions are exposed and are fully compatible with the LZ4 block format definition, they are low level and should not be used directly. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/pierrec/lz4
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 4.1.3-3.fc35 | - |
Fedora 35 | 4.1.3-3.fc35 | - |
Fedora 34 | 4.1.3-2.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-pierrec-lz4 dash maintainers at fedoraproject dot org
.