mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 09:33:39 +08:00
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"
|
||
|
}
|
||
|
}
|
||
|
}
|