1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
{
"name": "libeventheader-decode",
"version": "1.4.0",
"description": "C++ classes for decoding EventHeader-encoded Linux Tracepoints",
"homepage": "https://github.com/microsoft/LinuxTracepoints/",
"license": "MIT",
"supports": "linux | windows",
"dependencies": [
{
"name": "libeventheader-tracepoint",
"version>=": "1.4.0"
},
{
"name": "libtracepoint-decode",
"version>=": "1.4.0"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build user tools: perf-decode"
}
}
}
|