vcpkg/ports/etcd-cpp-apiv3/vcpkg.json
Kai Pastor ba5364d24e
[etcd-cpp-apiv3] Update, cleanup (#37908)
Fix build with Android NDK r26.
2024-04-02 12:33:08 -07:00

29 lines
595 B
JSON

{
"name": "etcd-cpp-apiv3",
"version": "0.15.4",
"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",
{
"name": "cpprestsdk",
"default-features": false
},
"grpc",
"openssl",
"protobuf",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}