guix-commits
[Top][All Lists]
Advanced

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

71/82: gnu: Add XML-LibXML.


From: Eric Bavier
Subject: 71/82: gnu: Add XML-LibXML.
Date: Mon, 20 Apr 2015 01:02:51 +0000

bavier pushed a commit to branch master
in repository guix.

commit 3dd6bee1f2eb79aba660742a81810641b8616766
Author: Eric Bavier <address@hidden>
Date:   Tue Apr 7 17:00:13 2015 -0500

    gnu: Add XML-LibXML.
    
    * gnu/packages/xml.scm (perl-xml-libxml): New variable.
---
 gnu/packages/xml.scm |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 80f8582..739f3fc 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -179,6 +179,32 @@ given at XML::Parser creation time.")
 module.")
     (home-page 
"http://search.cpan.org/~kmacleod/libxml-perl/lib/XML/Parser/PerlSAX.pm";)))
 
+(define-public perl-xml-libxml
+  (package
+    (name "perl-xml-libxml")
+    (version "2.0118")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/S/SH/SHLOMIF/"
+                           "XML-LibXML-" version ".tar.gz"))
+       (sha256
+        (base32
+         "170c8dbk4p6jw9is0cria73021yp3hpmhb19p9j0zg2yxwkawr6c"))))
+    (build-system perl-build-system)
+    (propagated-inputs
+     `(("perl-xml-namespacesupport" ,perl-xml-namespacesupport)
+       ("perl-xml-sax" ,perl-xml-sax)))
+    (inputs
+     `(("libxml2" ,libxml2)))
+    (home-page "http://search.cpan.org/dist/XML-LibXML";)
+    (synopsis "Perl interface to libxml2")
+    (description "This module implements a Perl interface to the libxml2
+library which provides interfaces for parsing and manipulating XML files. This
+module allows Perl programmers to make use of the highly capable validating
+XML parser and the high performance DOM implementation.")
+    (license (package-license perl))))
+
 (define-public perl-xml-namespacesupport
   (package
     (name "perl-xml-namespacesupport")



reply via email to

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