aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/zookeeper/vcpkg.json
blob: 4f5ac26d86360cf29de37ef036ae23fa117f8072 (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
{
  "name": "zookeeper",
  "version": "3.8.4",
  "description": "ZooKeeper C bindings",
  "homepage": "https://github.com/apache/zookeeper",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "openssl": {
      "description": "Enable OpenSSL support",
      "dependencies": [
        "openssl"
      ]
    },
    "sync": {
      "description": "ZooKeeper with the sync API"
    }
  }
}