2021-04-01 05:29:14 +08:00
|
|
|
{
|
|
|
|
"name": "zstd",
|
2023-05-02 06:15:58 +08:00
|
|
|
"version": "1.5.5",
|
2023-09-14 06:00:09 +08:00
|
|
|
"port-version": 1,
|
2021-04-01 05:29:14 +08:00
|
|
|
"description": "Zstandard - Fast real-time compression algorithm",
|
2021-08-26 12:08:51 +08:00
|
|
|
"homepage": "https://facebook.github.io/zstd/",
|
2022-02-16 09:20:21 +08:00
|
|
|
"license": "BSD-3-Clause OR GPL-2.0-only",
|
2021-08-26 12:08:51 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2023-09-14 06:00:09 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"tools": {
|
|
|
|
"description": "Build zstd binary",
|
|
|
|
"supports": "!uwp"
|
|
|
|
}
|
|
|
|
}
|
2021-04-01 05:29:14 +08:00
|
|
|
}
|