mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:38:59 +08:00
27 lines
561 B
JSON
27 lines
561 B
JSON
{
|
|
"name": "etcd-cpp-apiv3",
|
|
"version": "0.14.2",
|
|
"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",
|
|
"cpprestsdk",
|
|
"grpc",
|
|
"openssl",
|
|
"protobuf",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|