aboutsummaryrefslogtreecommitdiff
path: root/ports/zstd/vcpkg.json
blob: b0f5e21a8c55fb0da3f4c7757e688db18575bf87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "zstd",
  "version-semver": "1.5.0",
  "description": "Zstandard - Fast real-time compression algorithm",
  "homepage": "https://facebook.github.io/zstd/",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}