aboutsummaryrefslogtreecommitdiff
path: root/ports/hazelcast-cpp-client/vcpkg.json
blob: 42879c11df3cca4f0fe7b0aaf4c9cd7cc5f0141c (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": "hazelcast-cpp-client",
  "version-semver": "4.2.0",
  "description": "C++ client library for Hazelcast in-memory database.",
  "homepage": "https://github.com/hazelcast/hazelcast-cpp-client",
  "documentation": "http://hazelcast.github.io/hazelcast-cpp-client/index.html",
  "supports": "!uwp",
  "dependencies": [
    "boost-any",
    "boost-asio",
    "boost-chrono",
    "boost-format",
    "boost-optional",
    "boost-property-tree",
    "boost-system",
    "boost-thread",
    "boost-uuid"
  ],
  "features": {
    "example": {
      "description": "Build examples for Hazelcast C++ client"
    },
    "openssl": {
      "description": "Build hazelcast C++ client with SSL support",
      "dependencies": [
        "openssl"
      ]
    }
  }
}