GNU bug report logs -
#67879
[PATCH 00/12] Add perl-devel-repl.
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Mon, 18 Dec 2023 17:02:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #35 received at 67879 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/perl.scm (perl-ppi-xs): New variable.
Change-Id: I587488870702019faec3aa330e54ad1ddad32db2
---
gnu/packages/perl.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index d35e1f2aca..fd84d64bc1 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -9157,6 +9157,24 @@ (define-public perl-ppi
code.")
(license license:perl-license)))
+(define-public perl-ppi-xs
+ (package
+ (name "perl-ppi-xs")
+ (version "0.910")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/PPI-XS-" version
+ ".tar.gz"))
+ (sha256
+ (base32 "0q7wdzsf15qx1bh2ckgldz533cswbp9nzs6v9d6v9hvzixyy7x6d"))))
+ (build-system perl-build-system)
+ (propagated-inputs (list perl-ppi))
+ (home-page "https://metacpan.org/release/PPI-XS")
+ (synopsis "(Minor) XS acceleration for PPI")
+ (description "@code{PPI::XS} provides (minor) XS acceleration for PPI.")
+ (license license:perl-license)))
+
(define-public perl-ppix-regexp
(package
(name "perl-ppix-regexp")
--
2.41.0
This bug report was last modified 72 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.