mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 12:05:26 +08:00
e4096d6c17
* [gRPC] 1.36.4 * [upb] update to 2020-12-19 * update version * [upb] Fix config.cmake file * [grpc] Restore using system upb * [grpc][upb] Version db changes * [grpc][upb] Fix building upbdefs in grpc Co-authored-by: Jeong YunWon <jeong@youknowone.org> Co-authored-by: Jonliu1993 <13720414433@163.com>
32 lines
526 B
JSON
32 lines
526 B
JSON
{
|
|
"name": "grpc",
|
|
"version-semver": "1.36.4",
|
|
"description": "An RPC library and framework",
|
|
"homepage": "https://github.com/grpc/grpc",
|
|
"dependencies": [
|
|
"abseil",
|
|
{
|
|
"name": "c-ares",
|
|
"platform": "!uwp"
|
|
},
|
|
{
|
|
"name": "grpc",
|
|
"host": true
|
|
},
|
|
"openssl",
|
|
"protobuf",
|
|
{
|
|
"name": "protobuf",
|
|
"host": true
|
|
},
|
|
"re2",
|
|
"upb",
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"absl-sync": {
|
|
"description": "Use abseil synchronization module"
|
|
}
|
|
}
|
|
}
|