aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/robotraconteur/vcpkg.json
blob: 645719a984c82f7a93cab5a1bde77b86edcdee61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
  "name": "robotraconteur",
  "version-semver": "1.2.6",
  "description": "The Robot Raconteur communication framework core library",
  "homepage": "https://www.robotraconteur.com",
  "license": "Apache-2.0",
  "supports": "(windows & (x86 | x64)) | (linux & (x86 | x64 | arm64 | arm32)) | (osx & (x64 | arm64))",
  "dependencies": [
    "boost-algorithm",
    "boost-array",
    "boost-asio",
    "boost-assign",
    "boost-atomic",
    "boost-bind",
    "boost-config",
    "boost-container",
    "boost-date-time",
    "boost-filesystem",
    "boost-foreach",
    "boost-format",
    "boost-function",
    "boost-interprocess",
    "boost-intrusive",
    "boost-lexical-cast",
    "boost-locale",
    "boost-program-options",
    "boost-random",
    "boost-range",
    "boost-regex",
    "boost-scope-exit",
    "boost-signals2",
    "boost-smart-ptr",
    "boost-thread",
    "boost-tuple",
    "boost-unordered",
    "boost-utility",
    "boost-uuid",
    {
      "name": "dbus",
      "platform": "linux"
    },
    {
      "name": "libusb",
      "platform": "linux"
    },
    {
      "name": "openssl",
      "platform": "!windows"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}