mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:19:01 +08:00
abd1153d8a
* [libtracepoint, libeventheader] - v1.1.0 Update `libtracepoint-*` and `libeventheader-*` to v1.1.0. * Versions for libtracepoint and libeventheader
27 lines
574 B
JSON
27 lines
574 B
JSON
{
|
|
"name": "libeventheader-decode",
|
|
"version": "1.1.0",
|
|
"description": "C++ classes for decoding EventHeader-encoded Linux Tracepoints",
|
|
"homepage": "https://github.com/microsoft/LinuxTracepoints/",
|
|
"license": "MIT",
|
|
"supports": "linux | windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "libeventheader-tracepoint",
|
|
"version>=": "1.1.0"
|
|
},
|
|
{
|
|
"name": "libtracepoint-decode",
|
|
"version>=": "1.1.0"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|