mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:01:39 +08:00
7dc475291a
* New port: libtracepoint-decode (decoder for perf.data) Library for decoding tracepoints, e.g. from Linux perf.data files. * Version 1.0 for new port: libtracepoint-decode
19 lines
385 B
JSON
19 lines
385 B
JSON
{
|
|
"name": "libtracepoint-decode",
|
|
"version": "1.0.0",
|
|
"description": "Tracepoint decoding classes for C++",
|
|
"homepage": "https://github.com/microsoft/LinuxTracepoints/",
|
|
"license": "MIT",
|
|
"supports": "linux | windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|