diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2017-03-18 07:14:17 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2017-05-10 22:13:54 +0200 |
commit | 3dc671e147028e5bf27d73b3800993483c6a98dc (patch) | |
tree | e630d16d0677c6d1e1dbecde7a9ed6f48d433c73 /gnu/packages/ocaml.scm | |
parent | 17bd460f023abc2ea9d5b36fffa032ff56ee02a6 (diff) | |
download | patches-3dc671e147028e5bf27d73b3800993483c6a98dc.tar patches-3dc671e147028e5bf27d73b3800993483c6a98dc.tar.gz |
gnu: Add ocaml4.01-csv.
* gnu/packages/ocaml.scm (ocaml4.01-csv): New variable.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index c69b3073d7..e636e4eb79 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1348,6 +1348,9 @@ read and write files in this format as well as some convenience functions to manipulate such data.") (license (package-license camlp4)))) +(define-public ocaml4.01-csv + (package-with-ocaml4.01 ocaml-csv)) + (define-public ocaml-mtime (package (name "ocaml-mtime") |