aboutsummaryrefslogtreecommitdiff
path: root/ports/jaeger-client-cpp/vcpkg.json
blob: cc4db80a3a3a0c7ef8ed2367ba6b7ce756d1a324 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "jaeger-client-cpp",
  "version-semver": "0.7.0",
  "description": "C++ OpenTracing binding for Jaeger https://jaegertracing.io/",
  "homepage": "https://github.com/jaegertracing/jaeger-client-cpp",
  "supports": "!arm64",
  "dependencies": [
    "nlohmann-json",
    "opentracing",
    "thrift",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "yaml-cpp"
  ]
}