mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add perl-yaml-libyaml.
* gnu/packages/perl.scm (perl-yaml-libyaml): New variable.
This commit is contained in:
parent
4f0ee1b4df
commit
86bd64b613
1 changed files with 24 additions and 0 deletions
|
@ -8836,6 +8836,30 @@ (define-public perl-yaml
|
|||
on the YAML 1.0 specification.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-yaml-libyaml
|
||||
(package
|
||||
(name "perl-yaml-libyaml")
|
||||
(version "0.65")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://cpan/authors/id/T/TI/TINITA/YAML-LibYAML-"
|
||||
version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0izhvz8f29x1f50hhwfgm0iq1lz7apjjvg77lmky949jr07hnwfv"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page
|
||||
"http://search.cpan.org/dist/YAML-LibYAML")
|
||||
(synopsis
|
||||
"Perl YAML Serialization using XS and libyaml")
|
||||
(description
|
||||
"@code{YAML::XS} is a Perl XS binding to libyaml which offers Perl the
|
||||
best YAML support to date.")
|
||||
(license perl-license)))
|
||||
|
||||
(define-public perl-yaml-tiny
|
||||
(package
|
||||
(name "perl-yaml-tiny")
|
||||
|
|
Loading…
Reference in a new issue