2020-10-16 20:44:37 +00:00
|
|
|
{ buildPecl, lib }:
|
|
|
|
|
|
|
|
buildPecl {
|
|
|
|
pname = "ast";
|
|
|
|
|
2022-08-12 12:06:08 +00:00
|
|
|
version = "1.1.0";
|
|
|
|
sha256 = "sha256-7j1PZ+JNguTTQIBqJAUgEuSVTSIxIpSTd2ZUJ0Q+bRM=";
|
2020-10-16 20:44:37 +00:00
|
|
|
|
2021-06-28 23:13:55 +00:00
|
|
|
meta = with lib; {
|
|
|
|
description = "Exposes the abstract syntax tree generated by PHP";
|
|
|
|
license = licenses.bsd3;
|
|
|
|
homepage = "https://pecl.php.net/package/ast";
|
|
|
|
maintainers = teams.php.members;
|
|
|
|
};
|
2020-10-16 20:44:37 +00:00
|
|
|
}
|