diff options
Diffstat (limited to 'vcpkg/ports/zookeeper/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/zookeeper/vcpkg.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/vcpkg/ports/zookeeper/vcpkg.json b/vcpkg/ports/zookeeper/vcpkg.json new file mode 100644 index 0000000..4f5ac26 --- /dev/null +++ b/vcpkg/ports/zookeeper/vcpkg.json @@ -0,0 +1,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" + } + } +} |