mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 23:59:00 +08:00
22 lines
551 B
JSON
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
|
|
}
|
|
]
|
|
}
|