aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tsl-ordered-map/vcpkg.json
blob: 7051f3d47b102471e863390661dde12acd529029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "tsl-ordered-map",
  "version": "1.2.0",
  "description": "C++ hash map and hash set which preserve the order of insertion",
  "homepage": "https://github.com/Tessil/ordered-map",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}