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