~ruther/guix-local

9bf9b3c05f1989b4a5cb4bc9e743f59ea767a9b6 — Ben Woodcroft 9 years ago abd593c
gnu: Add ocaml4.01-xmlm.

* gnu/packages/ocaml.scm (ocaml4.01-xmlm): New variable.
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/ocaml.scm
M gnu/packages/ocaml.scm => gnu/packages/ocaml.scm +3 -0
@@ 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")