guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: Add perl-extutils-parsexs. * gnu/packages/perl.scm (perl-ext


From: guix-commits
Subject: 04/05: gnu: Add perl-extutils-parsexs. * gnu/packages/perl.scm (perl-extutils-parsexs): New variable.
Date: Tue, 5 Nov 2019 16:08:50 -0500 (EST)

andreas pushed a commit to branch master
in repository guix.

commit 7f1f6b7223600ce223f5633ac04af9c4a283fd19
Author: Andreas Enge <address@hidden>
Date:   Sun Nov 3 15:28:10 2019 +0100

    gnu: Add perl-extutils-parsexs.
    * gnu/packages/perl.scm (perl-extutils-parsexs): New variable.
---
 gnu/packages/perl.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 5757849..9e02ce7 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3412,6 +3412,29 @@ C code in your Perl programs, there isn't a clear method 
to compile standard,
 self-contained C libraries.  This module main goal is to help in that task.")
     (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
   (package
     (name "perl-extutils-pkgconfig")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]