summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorBen Woodcroft <donttrustben@gmail.com>2017-02-04 12:15:39 +1000
committerBen Woodcroft <donttrustben@gmail.com>2017-05-10 22:13:55 +0200
commit9bf9b3c05f1989b4a5cb4bc9e743f59ea767a9b6 (patch)
tree05b6a64e013c864aaf4961420bf5b681e97fca63 /gnu/packages/ocaml.scm
parentabd593c71a20f255fa11cdd04e6ad207529c7cca (diff)
downloadguix-patches-9bf9b3c05f1989b4a5cb4bc9e743f59ea767a9b6.tar
guix-patches-9bf9b3c05f1989b4a5cb4bc9e743f59ea767a9b6.tar.gz
gnu: Add ocaml4.01-xmlm.
* gnu/packages/ocaml.scm (ocaml4.01-xmlm): New variable.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r--gnu/packages/ocaml.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 9ac8975afb..a876504797 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")