guix-patches
[Top][All Lists]
Advanced

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

[bug#33079] [PATCH 20/34] gnu: Add ocaml4.02-zarith.


From: Julien Lepiller
Subject: [bug#33079] [PATCH 20/34] gnu: Add ocaml4.02-zarith.
Date: Wed, 17 Oct 2018 22:34:28 +0200

* gnu/packages/ocaml.scm (ocmal4.02-zarith): 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 32fc74a21..b0823be82 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1256,6 +1256,9 @@ over big integers. Small integers are represented as Caml 
unboxed integers,
 for speed and space economy.")
     (license license:lgpl2.1+))) ; with an exception
 
+(define-public ocaml4.02-zarith
+  (package-with-ocaml4.02 ocaml-zarith))
+
 (define-public ocaml-frontc
   (package
     (name "ocaml-frontc")
-- 
2.18.0






reply via email to

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