emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58593: closed ([PATCH] gnu: Add perl-regexp-grammars.)


From: GNU bug Tracking System
Subject: bug#58593: closed ([PATCH] gnu: Add perl-regexp-grammars.)
Date: Tue, 18 Oct 2022 10:24:02 +0000

Your message dated Tue, 18 Oct 2022 11:23:27 +0100
with message-id <87o7u9fn0k.fsf@cbaines.net>
and subject line Re: [bug#58593] [PATCH] gnu: Add perl-regexp-grammars.
has caused the debbugs.gnu.org bug report #58593,
regarding [PATCH] gnu: Add perl-regexp-grammars.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58593: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58593
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add perl-regexp-grammars. Date: Mon, 17 Oct 2022 18:26:01 -0300
* gnu/packages/perl.scm (perl-regexp-grammars): New variable.
---

Formatted with './pre-inst-env guix style'.

 gnu/packages/perl.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 022ca73429..e111fcd943 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8843,6 +8843,30 @@ (define-public perl-regexp-common
     ;; Quad-licensed: Perl Artistic, Perl Artistic 2.0, X11, and BSD.
     (license (list (package-license perl) license:x11 license:bsd-3))))
 
+(define-public perl-regexp-grammars
+  (package
+    (name "perl-regexp-grammars")
+    (version "1.058")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://cpan/authors/id/D/DC/DCONWAY/Regexp-Grammars-"
+                    version ".tar.gz"))
+              (sha256
+               (base32
+                "14hwskrmy6ma0k9nr1amrf7wpb1f6jsx7x29kgizlx0n4n7db27a"))))
+    (build-system perl-build-system)
+    (native-inputs (list perl-module-build perl-test-pod perl-moose))
+    (home-page "https://metacpan.org/release/Regexp-Grammars";)
+    (synopsis "Complete recursive descent parser on Perl's regex engine")
+    (description
+     "The @code{Regexp::Grammars} module adds a small number of new
+regex constructs that can be used within Perl 5.10 patterns to implement
+complete recursive-descent parsing.  It allows you to go beyond matching
+complex, nested and recursive structures, and allows you to parse and extract
+hierarchical data from it.")
+    (license license:perl-license)))
+
 (define-public perl-regexp-util
   (package
     (name "perl-regexp-util")
-- 
2.38.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#58593] [PATCH] gnu: Add perl-regexp-grammars. Date: Tue, 18 Oct 2022 11:23:27 +0100 User-agent: mu4e 1.8.9; emacs 28.1
EuAndreh via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/perl.scm (perl-regexp-grammars): New variable.
> ---
>
> Formatted with './pre-inst-env guix style'.
>
>  gnu/packages/perl.scm | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)

Thanks, pushed to master as 5595aa9a75f05440ae3c77b9bae282f89b7c47b8.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]