aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/zstd/vcpkg.json
blob: 3d5e298fc95fcc5418c06743fc0f5c7b0d2a5327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "zstd",
  "version": "1.5.7",
  "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
    }
  ],
  "features": {
    "tools": {
      "description": "Build zstd binary",
      "supports": "!uwp & static"
    }
  }
}