2021-06-28 23:13:55 +00:00
|
|
|
{ buildPecl, lib, pcre2 }:
|
2020-10-16 20:44:37 +00:00
|
|
|
|
|
|
|
buildPecl {
|
|
|
|
pname = "protobuf";
|
|
|
|
|
2022-11-21 17:40:18 +00:00
|
|
|
version = "3.21.9";
|
|
|
|
sha256 = "05zlq9k6c45wj1286850nl31024ik158jnj1f5kskr1pchknnsf3";
|
2020-10-16 20:44:37 +00:00
|
|
|
|
2021-06-06 07:54:09 +00:00
|
|
|
buildInputs = [ pcre2 ];
|
2020-10-16 20:44:37 +00:00
|
|
|
|
|
|
|
meta = with lib; {
|
2022-11-21 17:40:18 +00:00
|
|
|
description = "Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.";
|
2020-10-16 20:44:37 +00:00
|
|
|
license = licenses.bsd3;
|
|
|
|
homepage = "https://developers.google.com/protocol-buffers/";
|
|
|
|
maintainers = teams.php.members;
|
|
|
|
};
|
|
|
|
}
|