aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pulsar-client-cpp/vcpkg.json
blob: c4aa91163705f95f91c3f11e4f47d6ca405ebac1 (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
{
  "name": "pulsar-client-cpp",
  "version": "3.7.0",
  "description": "The Apache Pulsar C++ library",
  "homepage": "https://github.com/apache/pulsar-client-cpp",
  "license": "Apache-2.0",
  "supports": "!(arm & windows) & !android",
  "dependencies": [
    "asio",
    "boost-accumulators",
    "boost-algorithm",
    "boost-any",
    "boost-circular-buffer",
    "boost-date-time",
    "boost-format",
    "boost-predef",
    "boost-property-tree",
    "boost-random",
    "boost-serialization",
    "boost-xpressive",
    {
      "name": "curl",
      "default-features": false,
      "features": [
        "openssl"
      ]
    },
    {
      "name": "dlfcn-win32",
      "platform": "windows"
    },
    "openssl",
    {
      "name": "protobuf",
      "version>=": "3.21.12"
    },
    "snappy",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib",
    "zstd"
  ]
}