aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/braft/vcpkg.json
blob: 2083b4d5cecbd97a489243808a9b59b62dfb65db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "braft",
  "version-date": "2021-26-04",
  "port-version": 5,
  "description": "Consensus 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
    }
  ]
}