guix-commits
[Top][All Lists]
Advanced

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

11/16: gnu: Add XML::Compile::Cache.


From: Ricardo Wurmus
Subject: 11/16: gnu: Add XML::Compile::Cache.
Date: Thu, 24 Dec 2015 09:11:16 +0000

rekado pushed a commit to branch master
in repository guix.

commit c1d41b5df33a164b0bbfd0dbb9bdb897ee473660
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Dec 22 16:14:07 2015 +0100

    gnu: Add XML::Compile::Cache.
    
    * gnu/packages/xml.scm (perl-xml-compile-cache): New variable.
---
 gnu/packages/xml.scm |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index c46f4d4..7eada2b 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -444,6 +444,29 @@ XML or XML into a Perl data-structure, both directions 
under rigid control by
 a schema.")
     (license (package-license perl))))
 
+(define-public perl-xml-compile-cache
+  (package
+    (name "perl-xml-compile-cache")
+    (version "1.04")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/"
+                                  "XML-Compile-Cache-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1689dm54n7wb0n0cl9n77vk0kvg0mcckn2hz9ahigjhvazah8740"))))
+    (build-system perl-build-system)
+    (propagated-inputs
+     `(("perl-log-report" ,perl-log-report)
+       ("perl-xml-compile" ,perl-xml-compile)
+       ("perl-xml-compile-tester" ,perl-xml-compile-tester)
+       ("perl-xml-libxml-simple" ,perl-xml-libxml-simple)))
+    (home-page "http://search.cpan.org/dist/XML-Compile-Cache";)
+    (synopsis "Cache compiled XML translators")
+    (description
+     "This package provides methods to cache compiled XML translators.")
+    (license (package-license perl))))
+
 (define-public pugixml
   (package
     (name "pugixml")



reply via email to

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