{ "homepage": "http://www.zstd.net/", "license": "BSD-3-Clause", "description": "Zstandard is a real-time compression algorithm, providing high compression ratios.", "version": "1.3.4", "architecture": { "64bit": { "url": "https://github.com/facebook/zstd/releases/download/v1.3.4/zstd-v1.3.4-win64.zip", "hash": "b71f16f211aa0397a90e046ac4358c982ab9947c33e1004c933e69aee548ff26" }, "32bit": { "url": "https://github.com/facebook/zstd/releases/download/v1.3.4/zstd-v1.3.4-win32.zip", "hash": "52e0553c7fb8f5af6f19b4cc85023335a3b96603149ccb1049423254be012a43" } }, "bin": "zstd.exe", "shortcuts": [ [ "zstd.exe", "zstd" ] ], "checkver": { "github": "https://github.com/facebook/zstd" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip" }, "32bit": { "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip" } } } }