aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/robin-hood-hashing/vcpkg.json
blob: b5fb1cd84a0b5fced1992cc7f45766f6f48ab45f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "robin-hood-hashing",
  "version": "3.11.5",
  "port-version": 2,
  "description": "Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20",
  "homepage": "https://github.com/martinus/robin-hood-hashing",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}