aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/opentracing/vcpkg.json
blob: 707e2f9c001c517771de877d83ad52233e53da52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "opentracing",
  "version": "1.6.0",
  "port-version": 4,
  "description": "C++ implementation of the OpenTracing API",
  "homepage": "https://opentracing.io",
  "license": "Apache-2.0",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}