aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ecal/vcpkg.json
blob: 7b2b9ed87ed8978ca1cc1935aaa38a1c728dd502 (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
{
  "name": "ecal",
  "version-semver": "5.13.3",
  "description": "eCAL - enhanced Communication Abstraction Layer",
  "homepage": "https://eclipse-ecal.github.io/ecal/",
  "license": "Apache-2.0",
  "supports": "!emscripten",
  "dependencies": [
    "asio",
    {
      "name": "hdf5",
      "default-features": false
    },
    {
      "name": "protobuf",
      "default-features": false
    },
    "simpleini",
    "tclap",
    "tcp-pubsub",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}