guix-commits
[Top][All Lists]
Advanced

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

06/15: gnu: Add ocaml4.01-csv.


From: Ben Woodcroft
Subject: 06/15: gnu: Add ocaml4.01-csv.
Date: Wed, 10 May 2017 16:15:05 -0400 (EDT)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 3dc671e147028e5bf27d73b3800993483c6a98dc
Author: Ben Woodcroft <address@hidden>
Date:   Sat Mar 18 07:14:17 2017 +1000

    gnu: Add ocaml4.01-csv.
    
    * gnu/packages/ocaml.scm (ocaml4.01-csv): New variable.
---
 gnu/packages/ocaml.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index c69b307..e636e4e 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")



reply via email to

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