mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
53bef8994c
* [libtracepoint] Upgrade to v1.3.0 * [libtracepoint] Upgrade to v1.3.0 versions
27 lines
574 B
JSON
27 lines
574 B
JSON
{
|
|
"name": "libeventheader-decode",
|
|
"version": "1.3.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.3.0"
|
|
},
|
|
{
|
|
"name": "libtracepoint-decode",
|
|
"version>=": "1.3.0"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|