vcpkg/ports/correlation-vector-cpp/vcpkg.json
2024-03-19 13:16:27 -07:00

22 lines
551 B
JSON

{
"name": "correlation-vector-cpp",
"version": "1.0",
"description": "CorrelationVector-Cpp provides a reference C++ implementation of the CorrelationVector protocol for tracing and correlation of events through a distributed system.",
"homepage": "https://github.com/microsoft/CorrelationVector-Cpp",
"license": "MIT",
"dependencies": [
{
"name": "libuuid",
"platform": "!windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}