diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2025-12-30 23:03:17 -0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-19 21:36:58 +0100 |
| commit | 373e90a93e4262cf671f56ada4ea037eeaedc541 (patch) | |
| tree | 7b8a0b96b34c09fb55e591f63161376ccc10a2df /gnu/packages | |
| parent | ee94d3c3241d8874e0bcdd962dab927efc4b2af4 (diff) | |
gnu: Add perl-yaml-pp.
* gnu/packages/perl.scm (perl-yaml-pp): New variable.
Change-Id: I25be12c85a6b07e721cc8ec834b0861eaf2a26ff
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/perl.scm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 7128b570c14..32563275d4d 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm | |||
| @@ -14467,6 +14467,31 @@ on the YAML 1.0 specification.") | |||
| 14467 | best YAML support to date.") | 14467 | best YAML support to date.") |
| 14468 | (license license:perl-license))) | 14468 | (license license:perl-license))) |
| 14469 | 14469 | ||
| 14470 | (define-public perl-yaml-pp | ||
| 14471 | (package | ||
| 14472 | (name "perl-yaml-pp") | ||
| 14473 | (version "0.39.0") | ||
| 14474 | (source | ||
| 14475 | (origin | ||
| 14476 | (method url-fetch) | ||
| 14477 | (uri (string-append | ||
| 14478 | "mirror://cpan/authors/id/T/TI/TINITA/" | ||
| 14479 | "YAML-PP-v" version ".tar.gz")) | ||
| 14480 | (sha256 | ||
| 14481 | (base32 "0n4z2kmjjhn9k1n3m7kpckrfzkky46zlqyw2a2zdqxqjg1jkrx9j")))) | ||
| 14482 | (build-system perl-build-system) | ||
| 14483 | ;; Required for tests | ||
| 14484 | (native-inputs | ||
| 14485 | (list perl-test-deep | ||
| 14486 | perl-test-warn | ||
| 14487 | perl-tie-ixhash)) | ||
| 14488 | (synopsis "YAML 1.2 processor") | ||
| 14489 | (description | ||
| 14490 | "@code{YAML::PP} is a modular YAML processor. It aims to support YAML | ||
| 14491 | 1.2 and YAML 1.1.") | ||
| 14492 | (home-page "https://metacpan.org/dist/YAML-PP") | ||
| 14493 | (license (package-license perl)))) | ||
| 14494 | |||
| 14470 | (define-public perl-yaml-tiny | 14495 | (define-public perl-yaml-tiny |
| 14471 | (package | 14496 | (package |
| 14472 | (name "perl-yaml-tiny") | 14497 | (name "perl-yaml-tiny") |
