depot/third_party/nixpkgs/pkgs/development/php-packages/ast/default.nix

16 lines
355 B
Nix
Raw Normal View History

{ buildPecl, lib }:
buildPecl {
pname = "ast";
version = "1.1.0";
sha256 = "sha256-7j1PZ+JNguTTQIBqJAUgEuSVTSIxIpSTd2ZUJ0Q+bRM=";
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;
};
}