mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:18:59 +08:00
8fc4b4b950
* creating braft port * format manifest * version * Refix * version * Add dependency brpc * version * Add license * version * Fix dependency gflags, fix export include path * version * Re-fix dependency * version * Re-fix gflags * version * Add find_dependency * version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
25 lines
438 B
JSON
25 lines
438 B
JSON
{
|
|
"name": "braft",
|
|
"version-date": "2021-26-04",
|
|
"description": "Consesus algorithm library",
|
|
"homepage": "https://github.com/baidu/braft",
|
|
"license": "Apache-2.0",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"brpc",
|
|
"gflags",
|
|
"glog",
|
|
"leveldb",
|
|
"protobuf",
|
|
"thrift",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|