vcpkg/ports/grpc/vcpkg.json

25 lines
435 B
JSON
Raw Normal View History

{
"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"
}
}
}