[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/15: gnu: Add ocaml4.01-xmlm.
From: |
Ben Woodcroft |
Subject: |
12/15: gnu: Add ocaml4.01-xmlm. |
Date: |
Wed, 10 May 2017 16:15:06 -0400 (EDT) |
benwoodcroft pushed a commit to branch master
in repository guix.
commit 9bf9b3c05f1989b4a5cb4bc9e743f59ea767a9b6
Author: Ben Woodcroft <address@hidden>
Date: Sat Feb 4 12:15:39 2017 +1000
gnu: Add ocaml4.01-xmlm.
* gnu/packages/ocaml.scm (ocaml4.01-xmlm): 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 9ac8975..a876504 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1764,6 +1764,9 @@ format. It can process XML documents without a complete
in-memory
representation of the data.")
(license license:isc)))
+(define-public ocaml4.01-xmlm
+ (package-with-ocaml4.01 ocaml-xmlm))
+
(define-public ocaml-ulex
(package
(name "ocaml-ulex")
- 04/15: gnu: Add ocaml4.01-bisect., (continued)
- 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
- 12/15: gnu: Add ocaml4.01-xmlm.,
Ben Woodcroft <=