From 91df9eaefa371b9bb600f7d1387e6803b5e71904 Mon Sep 17 00:00:00 2001 From: Ben Woodcroft Date: Fri, 17 Mar 2017 21:19:55 +1000 Subject: gnu: Add ocaml-csv. * gnu/packages/ocaml.scm (ocaml-csv): New variable. --- gnu/packages/ocaml.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index f5001533ff..03c6433b24 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1243,6 +1243,30 @@ coexistence with the old (version 2) SQLite and its OCaml wrapper @code{ocaml-sqlite}.") (license license:expat))) +(define-public ocaml-csv + (package + (name "ocaml-csv") + (version "1.6") + (source + (origin + (method url-fetch) + (uri + (string-append + "http://github.com/Chris00/ocaml-csv/releases/download/" + version "/csv-" version ".tar.gz")) + (sha256 + (base32 + "0rv7x843vn6scxj87hzl01yqrl26rc27lr8s7z6rp9vs745g05zj")))) + (build-system ocaml-build-system) + (home-page "https://github.com/Chris00/ocaml-csv") + (synopsis "Pure OCaml functions to read and write CSV") + (description + "@dfn{Comma separated values} (CSV) is a simple tabular format supported +by all major spreadsheets. This library implements pure OCaml functions to +read and write files in this format as well as some convenience functions to +manipulate such data.") + (license (package-license camlp4)))) + (define-public ocaml-mtime (package (name "ocaml-mtime") -- cgit v1.2.3 u/packages/perl-check.scm?id=1fdcee026b298aa19b71d0761ed034e1e56e84db'>diff
path: root/gnu/packages/perl-check.scm
AgeCommit message (Expand)Author
2018-09-12gnu: Add perl-mock-config....Tobias Geerinckx-Rice
2018-08-27Update email for Pierre Neidhardt....Pierre Neidhardt
2018-08-11Migrate search.cpan.org home pages to metacpan.org....Tobias Geerinckx-Rice
2018-08-11gnu: Use static & unversioned CPAN home pages....Tobias Geerinckx-Rice
2018-06-16gnu: Add perl-test-perltidy....Kei Kebreau
2018-06-16gnu: Add perl-test-distmanifest....Kei Kebreau
2018-06-04gnu: perl-test-without-module: Update to 0.20....Tobias Geerinckx-Rice
2018-04-27gnu: perl-test-notabs: Update to 2.02....Tobias Geerinckx-Rice
2018-04-26gnu: perl-test-simple: Update to 1.302136....Tobias Geerinckx-Rice
2018-04-26gnu: perl-test-output: Update to 1.031....Tobias Geerinckx-Rice
2018-04-26gnu: perl-test-differences: Update to 0.64....Tobias Geerinckx-Rice
2018-04-26gnu: perl-test-pod: Update to 1.52....Tobias Geerinckx-Rice
2018-04-26gnu: perl-test-base: Update to 0.89....Tobias Geerinckx-Rice
2018-04-19gnu: Add perl-test-runvalgrind...Pierre Neidhardt
2018-03-20Correct name and Email for ng0....ng0
2018-03-02gnu: perl-test-harness: Update to 3.41....Tobias Geerinckx-Rice
2018-02-24gnu: Add perl-test-roo....Oleg Pykhalov
2018-02-24gnu: Add perl-test-failwarnings....Oleg Pykhalov
2018-02-24gnu: Add perl-test-filename....Oleg Pykhalov
2018-02-06gnu: perl-test-simple: Update to 1.302122....Tobias Geerinckx-Rice
2018-01-10gnu: Use one spelling for ‘copyright’....Tobias Geerinckx-Rice
2018-01-02gnu: Add perl-test-mockmodule....Tobias Geerinckx-Rice
2018-01-02gnu: perl-check: Request to add packages alphabetically....Tobias Geerinckx-Rice
2017-12-21gnu: Add perl-test-requiresinternet....Tobias Geerinckx-Rice
2017-12-16gnu: perl-test-yaml: Update to 1.06....Tobias Geerinckx-Rice
2017-12-16gnu: perl-test-trap: Update to 0.3.3....Tobias Geerinckx-Rice
2017-12-16gnu: perl-test-trailingspace: Update to 0.0301....Tobias Geerinckx-Rice
2017-12-16gnu: perl-test-simple: Update to 1.302120....Tobias Geerinckx-Rice
2017-12-16gnu: perl-test-most: Update to 0.35....Tobias Geerinckx-Rice
2017-12-14gnu: perl-test-requires: Update to 0.10....Tobias Geerinckx-Rice
2017-12-14gnu: perl-test-pod: Update to 1.51....Tobias Geerinckx-Rice
2017-12-14gnu: perl-test-mocktime: Update to 0.15....Tobias Geerinckx-Rice
2017-11-19Update email address for ng0.ng0
2017-11-13gnu: Move test packages from perl to perl-check....Ricardo Wurmus