GNU bug report logs - #67902
[PATCH 00/95] PHP package chain.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Tue, 19 Dec 2023 13:48:02 UTC

Severity: normal

Tags: patch

Full log


Message #941 received at 67902 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 67902 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH v5 15/54] gnu: Add php-nikic-php-parser.
Date: Fri, 18 Oct 2024 01:05:38 +0200
* gnu/packages/php-bootstrap.scm (php-nikic-php-parser): New variable.
---
 gnu/packages/php-bootstrap.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/php-bootstrap.scm b/gnu/packages/php-bootstrap.scm
index 6c24a5357d..c440c242dc 100644
--- a/gnu/packages/php-bootstrap.scm
+++ b/gnu/packages/php-bootstrap.scm
@@ -367,3 +367,25 @@ (define-public php-myclabs-deep-copy
 designed to work even in the presence of cycles in the association graph.")
     (home-page "https://github.com/myclabs/DeepCopy")
     (license license:expat)))
+
+(define-public php-nikic-php-parser
+  (package
+    (name "php-nikic-php-parser")
+    (version "4.18.0")
+    (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 "16dxyb2d2yzar776sdwkr6bl8kax1q59j2l43jrs3izl3nylf5d1"))))
+    (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.46.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.