aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cppdap/vcpkg.json
blob: 6e9563e80a53f0f1862c003f798fafba9a38fa6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "cppdap",
  "version-semver": "1.58.0-a",
  "description": "A C++11 library (\"SDK\") implementation of the Debug Adapter Protocol, providing an API for implementing a DAP client or server.",
  "homepage": "https://github.com/google/cppdap",
  "license": "Apache-2.0",
  "dependencies": [
    "nlohmann-json",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}