GNU bug report logs -
#67902
[PATCH 00/95] PHP package chain.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/php-xyz.scm (php-nikic-php-parser): New variable.
Change-Id: I18394021d9b96293cd0258c530eebd6f196c5f68
---
gnu/packages/php-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 36e1c71b9f..e750504485 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -473,3 +473,25 @@ (define-public php-myclabs-deep-copy
(home-page "https://github.com/myclabs/DeepCopy")
(license license:expat)))
+(define-public php-nikic-php-parser
+ (package
+ (name "php-nikic-php-parser")
+ (version "4.17.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/nikic/PHP-Parser")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1zwcdsgkhg41y2fmqm6jsp91rwgklz1fg09zwayfp43mx7hicq2h"))))
+ (build-system composer-build-system)
+ (native-inputs
+ (list php-phpunit-phpunit))
+ (synopsis "PHP parser written in PHP")
+ (description "This package provides a PHP parser written in PHP, to
+simplify static code analysis and manipulation.")
+ (home-page "https://github.com/nikic/PHP-Parser")
+ (license license:bsd-3)))
+
--
2.41.0
This bug report was last modified 240 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.