mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:49:01 +08:00
4783c36f8c
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
25 lines
435 B
JSON
25 lines
435 B
JSON
{
|
|
"name": "grpc",
|
|
"version-string": "1.33.1",
|
|
"port-version": 2,
|
|
"description": "An RPC library and framework",
|
|
"homepage": "https://github.com/grpc/grpc",
|
|
"dependencies": [
|
|
"abseil",
|
|
{
|
|
"name": "c-ares",
|
|
"platform": "!uwp"
|
|
},
|
|
"openssl",
|
|
"protobuf",
|
|
"re2",
|
|
"upb",
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"absl-sync": {
|
|
"description": "Use abseil synchronization module"
|
|
}
|
|
}
|
|
}
|