2023-05-25 03:10:01 +08:00
|
|
|
{
|
|
|
|
"name": "libtracepoint",
|
2024-06-25 09:14:14 +08:00
|
|
|
"version": "1.4.0",
|
2023-06-22 08:36:15 +08:00
|
|
|
"description": "C/C++ interface for generating Linux Tracepoints",
|
2023-05-25 03:10:01 +08: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-25 09:14:14 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"tools": {
|
|
|
|
"description": "Build user tools: tracepoint-register",
|
|
|
|
"supports": "linux"
|
|
|
|
}
|
|
|
|
}
|
2023-05-25 03:10:01 +08:00
|
|
|
}
|