guix-commits
[Top][All Lists]
Advanced

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

15/20: gnu: Add Hash-MultiValue.


From: Eric Bavier
Subject: 15/20: gnu: Add Hash-MultiValue.
Date: Wed, 11 Mar 2015 21:08:55 +0000

bavier pushed a commit to branch master
in repository guix.

commit 14b44398fb61435ae232eaa0f9f3a362eecc0f09
Author: Eric Bavier <address@hidden>
Date:   Tue Mar 10 17:22:41 2015 -0500

    gnu: Add Hash-MultiValue.
    
    * gnu/packages/perl.scm (perl-hash-multivalue): New variable.
---
 gnu/packages/perl.scm |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 2d97fe8..8421e3c 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1002,6 +1002,25 @@ vaguely inspired by John Ousterhout's Tk_ParseArgv.")
                               "Getopt-Tabular-" version))
     (license (package-license perl))))
 
+(define-public perl-hash-multivalue
+  (package
+    (name "perl-hash-multivalue")
+    (version "0.15")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/M/MI/MIYAGAWA/"
+                           "Hash-MultiValue-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1jc37kwpa1fl88va8bd1p95h0vjv1gsvmn7pc2pxj62ga6x0wpc0"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/Hash-MultiValue";)
+    (synopsis "Store multiple values per key")
+    (description "Hash::MultiValue is an object (and a plain hash reference)
+that may contain multiple values per key, inspired by MultiDict of WebOb.")
+    (license (package-license perl))))
+
 (define-public perl-inc-latest
   (package
     (name "perl-inc-latest")



reply via email to

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