mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 09:59:07 +08:00
53bef8994c
* [libtracepoint] Upgrade to v1.3.0 * [libtracepoint] Upgrade to v1.3.0 versions
19 lines
391 B
JSON
19 lines
391 B
JSON
{
|
|
"name": "libtracepoint",
|
|
"version": "1.3.0",
|
|
"description": "C/C++ interface for generating 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
|
|
}
|
|
]
|
|
}
|