mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
257d2aa3fa
* [zkpp] Remove vcpkg_fail_port_install. There was no supports expression before, and there is ci.baseline.txt impact. In support of https://github.com/microsoft/vcpkg/pull/21502 * Fix flipped sense.
12 lines
237 B
JSON
12 lines
237 B
JSON
{
|
|
"name": "zkpp",
|
|
"version": "0.2.3",
|
|
"port-version": 2,
|
|
"description": "A ZooKeeper client for C++.",
|
|
"homepage": "https://github.com/tgockel/zookeeper-cpp",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"zookeeper"
|
|
]
|
|
}
|