Binary package “golang-github-bkaradzic-go-lz4-dev” in ubuntu jammy

port of the LZ4 lossless compression algorithm to Go

 go-lz4 is a port of the LZ4 lossless compression algorithm to Go.
 .
 Note: go-lz4 saves a uint32 with the original uncompressed length
 at the beginning of the encoded buffer. They may get in the way of
 interoperability with other implementations.