~ruther/guix-local

3dc671e147028e5bf27d73b3800993483c6a98dc — Ben Woodcroft 9 years ago 17bd460
gnu: Add ocaml4.01-csv.

* gnu/packages/ocaml.scm (ocaml4.01-csv): New variable.
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/ocaml.scm
M gnu/packages/ocaml.scm => gnu/packages/ocaml.scm +3 -0
@@ 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")