vcpkg/ports/etcd-cpp-apiv3/vcpkg.json
2023-07-27 09:23:57 -07:00

26 lines
540 B
JSON

{
"name": "etcd-cpp-apiv3",
"version": "0.15.3",
"description": "The etcd-cpp-apiv3 is a C++ API for etcd's v3 client API, i.e., ETCDCTL_API=3.",
"homepage": "https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3",
"license": "BSD-3-Clause",
"dependencies": [
"boost-asio",
"boost-random",
"boost-system",
"boost-thread",
"cpprestsdk",
"grpc",
"openssl",
"protobuf",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}