30 lines
616 B
JSON
Raw Normal View History

{
"name": "etcd-cpp-apiv3",
"version": "0.15.4",
2024-11-27 22:35:19 +01:00
"port-version": 1,
"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
}
]
}