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