blob: c7a602f99e7aa1b52963e479b9dc7aab1066a468 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"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
}
]
}
|