From: Christopher Baines <mail@cbaines.net>
To: 28127@debbugs.gnu.org
Subject: [bug#28127] [PATCH 1/2] perl: Add perl-parse-recdescent.
Date: Thu, 5 Oct 2017 21:40:12 +0100 [thread overview]
Message-ID: <20171005204013.24889-1-mail@cbaines.net> (raw)
In-Reply-To: <20170817194235.20b7e1a0@cbaines.net>
* gnu/packages/perl.scm (perl-parse-recdescent): New variable.
---
gnu/packages/perl.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 09d679817..815a212d1 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8885,6 +8885,31 @@ YAML-style files, written with as little code as possible, reducing load time
and memory overhead.")
(license (package-license perl))))
+(define-public perl-parse-recdescent
+ (package
+ (name "perl-parse-recdescent")
+ (version "1.967015")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/J/JT/JTBRAUN/Parse-RecDescent-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0dvfcn2xvj9r4ra5xqgasl847nsm1iy85w1kly41fkxm9im36hqr"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-module-build" ,perl-module-build)))
+ (home-page
+ "http://search.cpan.org/dist/Parse-RecDescent")
+ (synopsis "Generate recursive-descent parsers")
+ (description
+ "@code{Parse::RecDescent} can incrementally generate top-down
+recursive-descent text parsers from simple yacc-like grammar specifications.")
+ (license perl-license)))
+
(define-public perl-parse-yapp
(package
(name "perl-parse-yapp")
--
2.14.2
next prev parent reply other threads:[~2017-10-05 20:41 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-17 18:42 [bug#28127] [PATCH] Add documentation for NGinx Christopher Baines
2017-08-17 18:44 ` [bug#28127] [PATCH 1/2] perl: Add perl-parse-recdescent Christopher Baines
2017-08-17 18:44 ` [bug#28127] [PATCH 2/2] web: Add NGinx documentation Christopher Baines
2017-10-04 14:48 ` Ludovic Courtès
2017-10-05 20:43 ` Christopher Baines
2017-10-04 14:45 ` [bug#28127] [PATCH 1/2] perl: Add perl-parse-recdescent Ludovic Courtès
2017-10-05 20:40 ` Christopher Baines
2017-10-05 20:40 ` Christopher Baines [this message]
2017-10-05 20:40 ` [bug#28127] [PATCH 2/2] web: Add nginx-documentation Christopher Baines
2017-10-07 20:31 ` Ludovic Courtès
2017-10-08 13:38 ` bug#28127: " Christopher Baines
2017-10-07 20:30 ` [bug#28127] [PATCH 1/2] perl: Add perl-parse-recdescent Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171005204013.24889-1-mail@cbaines.net \
--to=mail@cbaines.net \
--cc=28127@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).