vcpkg/ports/grpc/vcpkg.json
2024-07-29 23:08:48 -07:00

46 lines
975 B
JSON

{
"name": "grpc",
"version-semver": "1.60.0",
"port-version": 1,
"description": "gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.",
"homepage": "https://github.com/grpc/grpc",
"license": "Apache-2.0",
"dependencies": [
"abseil",
{
"name": "c-ares",
"platform": "!uwp"
},
{
"name": "grpc",
"host": true,
"features": [
"codegen"
]
},
"openssl",
"protobuf",
{
"name": "protobuf",
"host": true
},
"re2",
"upb",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"features": {
"codegen": {
"description": "Build code generator machinery",
"supports": "!uwp"
}
}
}