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