msys2 / MSYS2-packages

Package scripts for MSYS2.
https://packages.msys2.org
BSD 3-Clause "New" or "Revised" License
1.28k stars 486 forks source link

please add zstd package #774

Closed inikep closed 4 years ago

inikep commented 7 years ago

Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level compression ratio.

Zstd is already included in most important Linux/*BSD distributions: https://github.com/facebook/zstd/issues/320

Zstd works fine with MinGW/MSYS2 (just use make) and official Windows binaries were compiled with MinGW/MSYS2: https://github.com/facebook/zstd/releases/download/v1.1.2/zstd-v1.1.2-win64.zip

Please add zstd package to MSYS2.

XVilka commented 4 years ago

Already done: https://github.com/msys2/MSYS2-packages/tree/master/zstd

inikep commented 4 years ago

Thanks