aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libtracepoint-decode/vcpkg.json
blob: 960ec77fff305d7b2e3853dce6e602d6ff45ea82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "libtracepoint-decode",
  "version": "1.4.0",
  "description": "C++ classes for decoding 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
    }
  ]
}