benwoodcroft pushed a commit to branch master
in repository guix.
commit 9bf9b3c05f1989b4a5cb4bc9e743f59ea767a9b6
Author: Ben Woodcroft <[email protected]>
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")