2021-01-13 14:41:23 -08:00
{
"name" : "grpc" ,
2024-12-10 11:07:26 -05:00
"version-semver" : "1.68.2" ,
2024-04-10 00:10:21 +08:00
"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." ,
2021-01-13 14:41:23 -08:00
"homepage" : "https://github.com/grpc/grpc" ,
2022-05-26 18:24:58 -04:00
"license" : "Apache-2.0" ,
2021-01-13 14:41:23 -08:00
"dependencies" : [
"abseil" ,
{
"name" : "c-ares" ,
"platform" : "!uwp"
} ,
2021-03-26 12:55:34 -07:00
{
"name" : "grpc" ,
2021-05-03 14:14:17 -07:00
"host" : true ,
"features" : [
"codegen"
]
2021-03-26 12:55:34 -07:00
} ,
2021-01-13 14:41:23 -08:00
"openssl" ,
"protobuf" ,
2021-03-26 12:55:34 -07:00
{
"name" : "protobuf" ,
"host" : true
} ,
2021-01-13 14:41:23 -08:00
"re2" ,
2024-11-14 11:30:13 +01:00
"utf8-range" ,
2021-11-12 03:34:39 +08:00
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
} ,
2021-01-13 14:41:23 -08:00
"zlib"
] ,
"features" : {
2021-05-03 14:14:17 -07:00
"codegen" : {
2023-09-14 07:38:15 +08:00
"description" : "Build code generator machinery" ,
"supports" : "!uwp"
2021-01-13 14:41:23 -08:00
}
}
}