aboutsummaryrefslogtreecommitdiff
path: root/ports/robin-map/vcpkg.json
blob: b200ae5c4fa271a9572bfde9f55383d70dc28afe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "robin-map",
  "version-semver": "0.6.3",
  "port-version": 1,
  "description": "A C++ implementation of a fast hash map and hash set using robin hood hashing",
  "homepage": "https://github.com/Tessil/robin-map",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}