summary refs log blame commit diff
path: root/pkgs/development/php-packages/ast/default.nix
blob: 7ab4ff13b4020959a473e2142ebd18a3ba936274 (plain) (tree)
1
2
3
4
5
6
7
8




                   

                                                                 
 





                                                                      
 
{ buildPecl, lib }:

buildPecl {
  pname = "ast";

  version = "1.0.16";
  sha256 = "sha256-Rb2jS3gMRmHOd89lzYpQT7VlJtS0Vu3Ml9eRyG84ec4=";

  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;
  };
}