php-parser 4.3.0-1 source package in Ubuntu

Changelog

php-parser (4.3.0-1) unstable; urgency=medium

  [ Nikita Popov ]
  * Release PHP-Parser 4.3.0

 -- David Prévot <email address hidden>  Sun, 10 Nov 2019 17:18:19 -1000

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-parser_4.3.0-1.dsc 1.7 KiB aea8232468b6501d0bef4ae2f87f62bbfb23db6c27510afd38f1b6649a5e266d
php-parser_4.3.0.orig.tar.gz 249.3 KiB dc144bb7efb392cdeb38c224750744ff7d25e8e87b32b3ede2d05a13935c1d98
php-parser_4.3.0-1.debian.tar.xz 6.1 KiB 6db79f945d4a422744aead6838f9eb18bbcaa681ee2b3bb303d9d903b72639b5

Available diffs

No changes file available.

Binary packages built by this source

php-parser: convert PHP code into abstract syntax tree

 PHP Parser’s purpose is to simplify static code analysis and
 manipulation. It turns some PHP code into an abstract syntax tree, and
 vice versa.