blob: 3c6518f96d59abb1c9e6c06fc1b71a25fad2003e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "libtracepoint",
"version": "1.4.0",
"description": "C/C++ interface for generating Linux Tracepoints",
"homepage": "https://github.com/microsoft/LinuxTracepoints/",
"license": "MIT",
"supports": "linux | windows",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build user tools: tracepoint-register",
"supports": "linux"
}
}
}
|