[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/15: gnu: Add ocaml4.01-findlib.
From: |
Ben Woodcroft |
Subject: |
02/15: gnu: Add ocaml4.01-findlib. |
Date: |
Wed, 10 May 2017 16:15:04 -0400 (EDT) |
benwoodcroft pushed a commit to branch master
in repository guix.
commit fa01cb52260dc09d3bf6acc72d8a390554dd6d53
Author: Ben Woodcroft <address@hidden>
Date: Mon Jan 2 22:29:28 2017 +1000
gnu: Add ocaml4.01-findlib.
* gnu/packages/ocaml.scm (ocaml4.01-findlib): New variable.
---
gnu/packages/ocaml.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index ba90071..c7c473a 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -838,6 +838,14 @@ compilation and linkage, there are new frontends of the
various OCaml
compilers that can directly deal with packages.")
(license license:x11)))
+(define-public ocaml4.01-findlib
+ (package
+ (inherit ocaml-findlib)
+ (name "ocaml4.01-findlib")
+ (native-inputs
+ `(("m4" ,m4)
+ ("ocaml" ,ocaml-4.01)))))
+
;; note that some tests may hang for no obvious reason.
(define-public ocaml-ounit
(package
- branch master updated (0d43b12 -> c033f5d), Ben Woodcroft, 2017/05/10
- 05/15: gnu: Add ocaml4.01-sqlite3., Ben Woodcroft, 2017/05/10
- 06/15: gnu: Add ocaml4.01-csv., Ben Woodcroft, 2017/05/10
- 03/15: build-system: Add package-with-ocaml4.01., Ben Woodcroft, 2017/05/10
- 02/15: gnu: Add ocaml4.01-findlib.,
Ben Woodcroft <=
- 04/15: gnu: Add ocaml4.01-bisect., Ben Woodcroft, 2017/05/10
- 08/15: gnu: Add ocaml4.01-mcl., Ben Woodcroft, 2017/05/10
- 09/15: gnu: Add ocaml4.01-camlzip., Ben Woodcroft, 2017/05/10
- 13/15: gnu: Add ocaml4.01-batteries., Ben Woodcroft, 2017/05/10
- 14/15: gnu: Add taxtastic., Ben Woodcroft, 2017/05/10
- 01/15: gnu: Add ocaml-4.01., Ben Woodcroft, 2017/05/10
- 07/15: gnu: Add ocaml4.01-gsl., Ben Woodcroft, 2017/05/10
- 11/15: gnu: Add ocaml4.01-ounit., Ben Woodcroft, 2017/05/10
- 15/15: gnu: Add pplacer., Ben Woodcroft, 2017/05/10
- 10/15: gnu: Add ocaml4.01-qtest., Ben Woodcroft, 2017/05/10