mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 18:39:07 +08:00
12 lines
301 B
JSON
12 lines
301 B
JSON
|
{
|
||
|
"name": "offscale-libetcd-cpp",
|
||
|
"version-string": "2019-07-10",
|
||
|
"port-version": 2,
|
||
|
"description": "A C++ client library for etcd. etcd is a distributed, reliable key-value store.",
|
||
|
"homepage": "https://github.com/offscale/libetcd-cpp",
|
||
|
"dependencies": [
|
||
|
"grpc",
|
||
|
"protobuf"
|
||
|
]
|
||
|
}
|