aboutsummaryrefslogtreecommitdiff
path: root/ports/zookeeper/vcpkg.json
blob: 20e655e5aa6ca171775a9229b57d153a82840060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "zookeeper",
  "version-string": "3.5.5",
  "port-version": 2,
  "description": "ZooKeeper C bindings",
  "default-features": [
    "sync"
  ],
  "features": {
    "sync": {
      "description": "ZooKeeper with the sync API"
    }
  }
}