mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add perl-xstring.
* gnu/packages/perl.scm (perl-xstring): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Ib7780bc39f6dcd85eb01ede44da6875c9d2a5d8a
This commit is contained in:
parent
0521c109b2
commit
a6c61bf9fc
1 changed files with 20 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
|
||||
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
||||
;;; Copyright © 2022, 2023 Evgeny Pisemsky <mail@pisemsky.site>
|
||||
;;; Copyright © 2022, 2023, 2024 gemmaro <gemmaro.dev@gmail.com>
|
||||
;;; Copyright © 2022, 2023, 2024, 2025 gemmaro <gemmaro.dev@gmail.com>
|
||||
;;; Copyright © 2023 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
|
||||
;;; Copyright © 2023 Andreas Enge <andreas@enge.fr>
|
||||
;;; Copyright © 2023 Jake Leporte <jakeleporte@outlook.com>
|
||||
|
@ -12767,6 +12767,25 @@ dynamic linking mechanisms available on many platforms. Its primary purpose is
|
|||
to implement cheap automatic dynamic loading of Perl modules.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-xstring
|
||||
(package
|
||||
(name "perl-xstring")
|
||||
(version "0.005")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/A/AT/ATOOMIC/XString-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "117q718hlw6gi9zy16ssm0pf0lll4l20hg77395bmrmf35fgaizj"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/XString")
|
||||
(synopsis "Isolated string helpers from @samp{B}")
|
||||
(description
|
||||
"XString provides the @samp{B} string helpers in one isolated
|
||||
package. Right now only @code{cstring} and @code{perlstring} are available.")
|
||||
(license license:perl-license)))
|
||||
|
||||
(define-public perl-xs-object-magic
|
||||
(package
|
||||
(name "perl-xs-object-magic")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue