pineapple/externals/vcpkg/ports/zstd/vcpkg.json
2022-07-23 03:01:36 +02:00

18 lines
381 B
JSON
Executable file

{
"name": "zstd",
"version": "1.5.2",
"port-version": 1,
"description": "Zstandard - Fast real-time compression algorithm",
"homepage": "https://facebook.github.io/zstd/",
"license": "BSD-3-Clause OR GPL-2.0-only",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}