aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/xxhash/vcpkg.json
blob: 5507972d5a96b4bd39c32aa19147cdaacf7ed056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "xxhash",
  "version": "0.8.3",
  "description": "Extremely fast hash algorithm",
  "homepage": "https://github.com/Cyan4973/xxHash",
  "license": "BSD-2-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "xxhsum": {
      "description": "Build the xxhsum binary"
    }
  }
}