vcpkg/ports/brpc/vcpkg.json
LilyWangLL 07e508359c
[brpc] Fix build failed when protobuf update to 3.19.3 (#22685)
* [brpc] Fix build failed when protobuf update to 3.19.3

* update version

* Add license

* update version

* Add support in vcpkg.json

* update version

* update version

* update patch

* remove patch

* update patch name

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-01-27 09:09:26 -08:00

27 lines
587 B
JSON

{
"name": "brpc",
"version-string": "0.9.7",
"port-version": 5,
"description": "Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called \"baidu-rpc\" inside Baidu.",
"homepage": "https://github.com/apache/incubator-brpc",
"license": "Apache-2.0",
"supports": "!windows",
"dependencies": [
"gflags",
"glog",
"leveldb",
"openssl",
{
"name": "protobuf",
"features": [
"zlib"
]
},
"thrift",
{
"name": "vcpkg-cmake",
"host": true
}
]
}