zstd: add zstd package 7126/head
authorAmol Bhave <ambhave@fb.com>
Tue, 25 Sep 2018 04:10:07 +0000 (21:10 -0700)
committerAmol Bhave <ambhave@fb.com>
Sun, 31 Mar 2019 13:11:52 +0000 (06:11 -0700)
commit5fc321625ea97695bb086a3ea51a0c556069219d
treec7ad78e9b486289b7e29afd0dc8ccfda98eeb3e0
parentabfd6d81ed0e14e6742fcbc09a7c8d79ad5fd655
zstd: add zstd package

Zstandard, or zstd as short version, is a fast lossless compression
algorithm, targeting real-time compression scenarios at zlib-level and
better compression ratios.

This package includes a C library, and a command line utility producing
and decoding .zst, .gz, .xz and .lz4 files.

Signed-off-by: Amol Bhave <ambhave@fb.com>
utils/zstd/Makefile [new file with mode: 0644]