pineapple/externals/vcpkg/ports/opentracing/vcpkg.json
2022-07-23 03:01:36 +02:00

19 lines
375 B
JSON
Executable file

{
"name": "opentracing",
"version": "1.6.0",
"port-version": 3,
"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
}
]
}