mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 20:01:48 +08:00
15 lines
249 B
JSON
15 lines
249 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
}
|