2023-05-24 12:10:01 -07:00
|
|
|
{
|
|
|
|
"name": "libtracepoint",
|
2024-06-24 18:14:14 -07:00
|
|
|
"version": "1.4.0",
|
2023-06-21 17:36:15 -07:00
|
|
|
"description": "C/C++ interface for generating Linux Tracepoints",
|
2023-05-24 12:10:01 -07:00
|
|
|
"homepage": "https://github.com/microsoft/LinuxTracepoints/",
|
|
|
|
"license": "MIT",
|
|
|
|
"supports": "linux | windows",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2024-06-24 18:14:14 -07:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"tools": {
|
|
|
|
"description": "Build user tools: tracepoint-register",
|
|
|
|
"supports": "linux"
|
|
|
|
}
|
|
|
|
}
|
2023-05-24 12:10:01 -07:00
|
|
|
}
|