blob: 892a8754e7c7150d6aeb2e488c7d64c5ceb98f18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"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"
}
}
}
|