2023-05-25 03:10:01 +08:00
|
|
|
{
|
|
|
|
"name": "libeventheader-tracepoint",
|
2023-10-17 03:05:06 +08:00
|
|
|
"version": "1.2.1",
|
2023-06-22 08:36:15 +08:00
|
|
|
"description": "C/C++ interface for generating EventHeader-encoded Linux Tracepoints",
|
2023-05-25 03:10:01 +08:00
|
|
|
"homepage": "https://github.com/microsoft/LinuxTracepoints/",
|
|
|
|
"license": "MIT",
|
|
|
|
"supports": "linux | windows",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "libtracepoint",
|
2023-10-17 03:05:06 +08:00
|
|
|
"version>=": "1.2.1"
|
2023-05-25 03:10:01 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|