2023-07-15 17:15:38 +00:00
|
|
|
{ buildPecl
|
|
|
|
, zlib
|
|
|
|
, lib
|
|
|
|
}:
|
2022-06-16 17:23:12 +00:00
|
|
|
|
|
|
|
buildPecl {
|
|
|
|
pname = "grpc";
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "1.56.0";
|
2022-06-16 17:23:12 +00:00
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
sha256 = "sha256-uzxYMUzExMBDtwv3FipOuuUHg0v1wqAUtn69jXAQnf4=";
|
2022-06-16 17:23:12 +00:00
|
|
|
|
|
|
|
doCheck = true;
|
|
|
|
checkTarget = "test";
|
|
|
|
|
|
|
|
nativeBuildInputs = [ zlib ];
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
meta = {
|
2022-06-16 17:23:12 +00:00
|
|
|
description = "A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.";
|
|
|
|
homepage = "https://github.com/grpc/grpc/tree/master/src/php/ext/grpc";
|
2023-07-15 17:15:38 +00:00
|
|
|
license = lib.licenses.asl20;
|
|
|
|
maintainers = lib.teams.php.members;
|
2022-06-16 17:23:12 +00:00
|
|
|
};
|
|
|
|
}
|