mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:41:38 +08:00
bb1f441695
* Update libtracepoint ports * Update version * Update libtracepoint-header * Update version libeventheader-tracepoint * Update libeventheader-decode * Update version --------- Co-authored-by: Pablo Rodriguez Avila <pabloro@microsoft.com>
19 lines
392 B
JSON
19 lines
392 B
JSON
{
|
|
"name": "libtracepoint-decode",
|
|
"version": "1.2.1",
|
|
"description": "C++ classes for decoding 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
|
|
}
|
|
]
|
|
}
|