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