mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 03:29:07 +08:00
b9fc501b62
* New ports: libtracepoint, libeventheader-decode, libeventheader-tracepoint * Versions: libtracepoint, libeventheader-decode, libeventheader-tracepoint
23 lines
481 B
JSON
23 lines
481 B
JSON
{
|
|
"name": "libeventheader-decode",
|
|
"version": "1.0.0",
|
|
"description": "EventHeader tracepoint decoding classes for C++",
|
|
"homepage": "https://github.com/microsoft/LinuxTracepoints/",
|
|
"license": "MIT",
|
|
"supports": "linux | windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "libeventheader-tracepoint",
|
|
"version>=": "1.0.0"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|