aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nlohmann-fifo-map/vcpkg.json
blob: 7b68ad3c66b2e87a1882b85f11f306443c7c394a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "nlohmann-fifo-map",
  "version": "1.0.0",
  "description": "a FIFO-ordered associative container for C++",
  "homepage": "https://github.com/nlohmann/fifo_map",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}