20 lines
366 B
JSON
20 lines
366 B
JSON
{
|
|
"name": "zkpp",
|
|
"version": "0.2.3",
|
|
"port-version": 3,
|
|
"description": "A ZooKeeper client for C++.",
|
|
"homepage": "https://github.com/tgockel/zookeeper-cpp",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zookeeper"
|
|
]
|
|
}
|