diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2017-02-04 12:15:39 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2017-05-10 22:13:55 +0200 |
commit | 9bf9b3c05f1989b4a5cb4bc9e743f59ea767a9b6 (patch) | |
tree | 05b6a64e013c864aaf4961420bf5b681e97fca63 | |
parent | abd593c71a20f255fa11cdd04e6ad207529c7cca (diff) | |
download | guix-9bf9b3c05f1989b4a5cb4bc9e743f59ea767a9b6.tar guix-9bf9b3c05f1989b4a5cb4bc9e743f59ea767a9b6.tar.gz |
gnu: Add ocaml4.01-xmlm.
* gnu/packages/ocaml.scm (ocaml4.01-xmlm): New variable.
-rw-r--r-- | gnu/packages/ocaml.scm | 3 |
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") |