mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: Add perl-extutils-parsexs.
* gnu/packages/perl.scm (perl-extutils-parsexs): New variable.
This commit is contained in:
parent
9ebaab861f
commit
7f1f6b7223
1 changed files with 23 additions and 0 deletions
|
@ -3412,6 +3412,29 @@ (define-public perl-extutils-libbuilder
|
||||||
self-contained C libraries. This module main goal is to help in that task.")
|
self-contained C libraries. This module main goal is to help in that task.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-extutils-parsexs
|
||||||
|
(package
|
||||||
|
(name "perl-extutils-parsexs")
|
||||||
|
(version "3.35")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"mirror://cpan/authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-"
|
||||||
|
version
|
||||||
|
".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"077fqiyabydm8j34wxzxwxskyidh8nmwq9gskaxai8kq298z1pj1"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page
|
||||||
|
"https://metacpan.org/release/ExtUtils-ParseXS")
|
||||||
|
(synopsis "Module to convert Perl XS code into C code")
|
||||||
|
(description "The package contains the ExtUtils::ParseXS module to
|
||||||
|
convert Perl XS code into C code, the ExtUtils::Typemaps module to
|
||||||
|
handle Perl/XS typemap files, and their submodules.")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-extutils-pkgconfig
|
(define-public perl-extutils-pkgconfig
|
||||||
(package
|
(package
|
||||||
(name "perl-extutils-pkgconfig")
|
(name "perl-extutils-pkgconfig")
|
||||||
|
|
Loading…
Reference in a new issue