guix-commits
[Top][All Lists]
Advanced

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

11/15: gnu: Add ocaml4.01-ounit.


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

benwoodcroft pushed a commit to branch master
in repository guix.

commit abd593c71a20f255fa11cdd04e6ad207529c7cca
Author: Ben Woodcroft <address@hidden>
Date:   Fri Jan 6 22:34:01 2017 +1000

    gnu: Add ocaml4.01-ounit.
    
    * gnu/packages/ocaml.scm (ocaml4.01-ounit): 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 7f4e2ed..9ac8975 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -872,6 +872,9 @@ compilers that can directly deal with packages.")
 other XUnit testing frameworks.")
     (license license:expat)))
 
+(define-public ocaml4.01-ounit
+  (package-with-ocaml4.01 ocaml-ounit))
+
 (define-public camlzip
   (package
     (name "camlzip")



reply via email to

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