mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 23:19:09 +08:00
17 lines
448 B
JSON
17 lines
448 B
JSON
|
{
|
||
|
"name": "opencensus-cpp",
|
||
|
"version-string": "0.4.0",
|
||
|
"port-version": 2,
|
||
|
"description": "OpenCensus is a toolkit for collecting application performance and behavior data. It currently includes an API for tracing and stats.",
|
||
|
"homepage": "https://github.com/census-instrumentation/opencensus-cpp",
|
||
|
"supports": "!windows",
|
||
|
"dependencies": [
|
||
|
"abseil"
|
||
|
],
|
||
|
"features": {
|
||
|
"test": {
|
||
|
"description": "Build test"
|
||
|
}
|
||
|
}
|
||
|
}
|