Binary package “golang-github-datadog-zstd-dev” in ubuntu noble

Zstd wrapper for Go

 The Go wrapper exposes two main APIs
  * simple Compress/Decompress
  * streaming API (io.Reader/io.Writer)
 .
 The compress/decompress APIs mirror that of lz4, while the streaming API was
 designed to be a drop-in replacement for zlib.