mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:29:08 +08:00
6aa4fca940
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 5 * version * typo * typo * fix build * version * deprecated vcpkg_extract_source_archive_ex * version * fix argument * version * Rename argument * version * More changes about argument * wrong op * version --------- Co-authored-by: jyu49 <yu_jack@apple.com>
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"
|
|
]
|
|
}
|