aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/openzl/vcpkg.json
blob: 84842e4b751cae92774c05aed31ce07015c27768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "openzl",
  "version": "0.1.0",
  "description": "Format-aware compression framework delivering high ratios while preserving speed.",
  "homepage": "https://github.com/facebook/openzl",
  "license": "BSD-3-Clause AND Apache-2.0",
  "supports": "!uwp & !x86 & !arm32",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    {
      "name": "vcpkg-cmake-get-vars",
      "host": true
    },
    "xxhash",
    "zstd"
  ]
}