aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nlohmann-json/vcpkg.json
blob: 48ef875dff50d7377cc0578fe0a6a78e2d1b9812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "nlohmann-json",
  "version-semver": "3.12.0",
  "port-version": 1,
  "description": "JSON for Modern C++",
  "homepage": "https://github.com/nlohmann/json",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "diagnostics": {
      "description": "Build json_diagnostics"
    }
  }
}