guix-commits
[Top][All Lists]
Advanced

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

22/30: gnu: Add perl-text-csv-xs.


From: Ricardo Wurmus
Subject: 22/30: gnu: Add perl-text-csv-xs.
Date: Sun, 27 Nov 2016 08:50:12 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 44c31aaae8b7ba021c0144dead0ccb4fee929d10
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 23 22:10:21 2016 +0100

    gnu: Add perl-text-csv-xs.
    
    * gnu/packages/perl.scm (perl-text-csv-xs): 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 427705b..42514d1 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6768,6 +6768,29 @@ decomposition of comma-separated values.  An instance of 
the Text::CSV class
 can combine fields into a CSV string and parse a CSV string into fields.")
     (license (package-license perl))))
 
+(define-public perl-text-csv-xs
+  (package
+    (name "perl-text-csv-xs")
+    (version "1.25")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/H/HM/HMBRAND/"
+                           "Text-CSV_XS-" version ".tgz"))
+       (sha256
+        (base32
+         "06zlfbqrwbl0g2g3bhk6046yy5pf2rz80fzcp8aj47rnswz2yx5k"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/Text-CSV_XS";)
+    (synopsis "Rountines for manipulating CSV files")
+    (description "@code{Text::CSV_XS} provides facilities for the composition
+and decomposition of comma-separated values.  An instance of the
address@hidden::CSV_XS} class will combine fields into a CSV string and parse a
+CSV string into fields.  The module accepts either strings or files as input
+and support the use of user-specified characters for delimiters, separators,
+and escapes.")
+    (license (package-license perl))))
+
 (define-public perl-text-diff
   (package
     (name "perl-text-diff")



reply via email to

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