gnu: Add ocaml4.01-xmlm.

* gnu/packages/ocaml.scm (ocaml4.01-xmlm): New variable.
This commit is contained in:
Ben Woodcroft 2017-02-04 12:15:39 +10:00
parent abd593c71a
commit 9bf9b3c05f
No known key found for this signature in database
GPG key ID: 2A6AD9F4AAC20DF6

View file

@ -1764,6 +1764,9 @@ (define-public ocaml-xmlm
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")