[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63866] [PATCH v2 07/12] gnu: Add perl-list-someutils-xs.
From: |
gemmaro |
Subject: |
[bug#63866] [PATCH v2 07/12] gnu: Add perl-list-someutils-xs. |
Date: |
Mon, 5 Aug 2024 21:33:50 +0900 |
* gnu/packages/perl.scm (perl-list-someutils-xs): New variable.
Change-Id: Ieded415cd553c7300250c814e0a1da2aa649e253
---
gnu/packages/perl.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 0382dd1842..b380bbd6f5 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6614,6 +6614,29 @@ (define-public perl-list-someutils
portions of this module couldn't be compiled on this machine.")
(license (package-license perl))))
+(define-public perl-list-someutils-xs
+ (package
+ (name "perl-list-someutils-xs")
+ (version "0.58")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/D/DR/DROLSKY/List-SomeUtils-XS-"
+ version ".tar.gz"))
+ (sha256
+ (base32 "15xjnkjj4yxv1qn9krsbkzzkm51hibg2k3lf5767j6s848k4v7jg"))))
+ (build-system perl-build-system)
+ (native-inputs (list perl-list-someutils perl-test-warnings
+ perl-test-leaktrace))
+ (home-page "https://metacpan.org/release/List-SomeUtils-XS")
+ (synopsis "XS implementation for @code{List::SomeUtils}")
+ (description
+ "@code{List::SomeUtils::XS} is a XS implementation for
+@code{List::SomeUtils}. There are no user-facing parts here. See
+@code{List::SomeUtils} for API details.")
+ (license license:artistic2.0)))
+
(define-public perl-mailtools
(package
(name "perl-mailtools")
--
2.45.2
- [bug#63866] [PATCH v2 01/12] gnu: Add perl-xstring., gemmaro, 2024/08/05
- [bug#63866] [PATCH v2 03/12] gnu: Add perl-lib-relative., gemmaro, 2024/08/05
- [bug#63866] [PATCH v2 06/12] gnu: perl-list-someutils: Use propagated inputs., gemmaro, 2024/08/05
- [bug#63866] [PATCH v2 09/12] gnu: perl-specio: Update to 0.48., gemmaro, 2024/08/05
- [bug#63866] [PATCH v2 05/12] gnu: perl-config-ini: Use propagated inputs., gemmaro, 2024/08/05
- [bug#63866] [PATCH v2 02/12] gnu: Add perl-ref-util., gemmaro, 2024/08/05
- [bug#63866] [PATCH v2 04/12] gnu: perl-config-ini: Update to 0.029., gemmaro, 2024/08/05
- [bug#63866] [PATCH v2 07/12] gnu: Add perl-list-someutils-xs.,
gemmaro <=
- [bug#63866] [PATCH v2 08/12] gnu: perl-mixin-linewise: Update to 0.111., gemmaro, 2024/08/05
- [bug#63866] [PATCH v2 10/12] gnu: Add perl-specio-library-path-tiny., gemmaro, 2024/08/05
- [bug#63866] [PATCH v2 12/12] gnu: Add tidyall., gemmaro, 2024/08/05
- [bug#63866] [PATCH v2 11/12] gnu: perl-test-class-most: Use propagated inputs., gemmaro, 2024/08/05