[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28028] [PATCH 5/9] gnu: Add perl-regexp-util.
From: |
Ricardo Wurmus |
Subject: |
[bug#28028] [PATCH 5/9] gnu: Add perl-regexp-util. |
Date: |
Wed, 9 Aug 2017 19:00:33 +0200 |
* gnu/packages/perl.scm (perl-regexp-util): New variable.
---
gnu/packages/perl.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index d9fc3937d..f77cf0703 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5758,6 +5758,27 @@ codes.")
;; Quad-licensed: Perl Artistic, Perl Artistic 2.0, X11, and BSD.
(license (list (package-license perl) x11 bsd-3))))
+(define-public perl-regexp-util
+ (package
+ (name "perl-regexp-util")
+ (version "0.003")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/T/TO/TOBYINK/"
+ "Regexp-Util-" version ".tar.gz"))
+ (sha256
+ (base32
+ "01n1cggiflsnp9f6adkcxzkc0qpgssz60cwnyyd8mzavh2ximr5a"))))
+ (build-system perl-build-system)
+ (home-page "http://search.cpan.org/dist/Regexp-Util")
+ (synopsis "Selection of general-utility regexp subroutines")
+ (description "This package provides a selection of regular expression
+subroutines including @code{is_regexp}, @code{regexp_seen_evals},
address@hidden, @code{regexp_is_anchored}, @code{serialize_regexp},
+and @code{deserialize_regexp}.")
+ (license (package-license perl))))
+
(define-public perl-role-tiny
(package
(name "perl-role-tiny")
--
2.13.2
- [bug#28028] [PATCH 0/9] Perl crypto things, Ricardo Wurmus, 2017/08/09
- [bug#28028] [PATCH 1/9] gnu: Add perl-hash-fieldhash., Ricardo Wurmus, 2017/08/09
- [bug#28028] [PATCH 4/9] gnu: Add perl-type-tie., Ricardo Wurmus, 2017/08/09
- [bug#28028] [PATCH 5/9] gnu: Add perl-regexp-util.,
Ricardo Wurmus <=
- [bug#28028] [PATCH 6/9] gnu: Add perl-ref-util-xs., Ricardo Wurmus, 2017/08/09
- [bug#28028] [PATCH 8/9] gnu: Add perl-crypt-random-source., Ricardo Wurmus, 2017/08/09
- [bug#28028] [PATCH 7/9] gnu: Add perl-type-tiny., Ricardo Wurmus, 2017/08/09
- [bug#28028] [PATCH 9/9] gnu: Add perl-math-random-secure., Ricardo Wurmus, 2017/08/09