diff options
Diffstat (limited to 'vcpkg/ports/liblttng-ust/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/liblttng-ust/vcpkg.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/liblttng-ust/vcpkg.json b/vcpkg/ports/liblttng-ust/vcpkg.json new file mode 100644 index 0000000..c24130b --- /dev/null +++ b/vcpkg/ports/liblttng-ust/vcpkg.json @@ -0,0 +1,15 @@ +{ + "name": "liblttng-ust", + "version": "2.14.0-rc1", + "description": "LTTng-UST, the Linux Trace Toolkit Next Generation Userspace Tracer, is port of the low-overhead tracing capabilities of the LTTng kernel tracer to user-space. The library 'liblttng-ust' enables tracing of applications and libraries.", + "homepage": "https://lttng.org/", + "license": "LGPL-2.1-only", + "supports": "linux", + "dependencies": [ + "liburcu", + { + "name": "vcpkg-make", + "host": true + } + ] +} |