zeek/auxil/vcpkg/ports/zkpp/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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"
]
}