aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gz-transport/vcpkg.json
blob: d3fcd9a77115c40532660bdc746a9518a7a2f46a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "gz-transport",
  "version": "14.1.0",
  "description": "Transport middleware for robotics",
  "license": null,
  "dependencies": [
    "cppzmq",
    "gz-cmake",
    "gz-msgs",
    "gz-utils",
    {
      "name": "ignition-modularscripts",
      "host": true
    },
    {
      "name": "libuuid",
      "platform": "!windows & !osx"
    },
    "protobuf",
    "sqlite3",
    "zeromq"
  ]
}