vcpkg/ports/libtracepoint-control/vcpkg.json
Doug Cook 53bef8994c
[libtracepoint] Upgrade to v1.3.0 (#36137)
* [libtracepoint] Upgrade to v1.3.0

* [libtracepoint] Upgrade to v1.3.0 versions
2024-01-12 10:25:51 -08:00

23 lines
463 B
JSON

{
"name": "libtracepoint-control",
"version": "1.3.0",
"description": "C++ classes for collecting Linux Tracepoints",
"homepage": "https://github.com/microsoft/LinuxTracepoints/",
"license": "MIT",
"supports": "linux",
"dependencies": [
{
"name": "libtracepoint-decode",
"version>=": "1.3.0"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}