This package browser is in early development. Mind the rough edges.

ocaml-xml-light 2.4

Minimal XML parser & printer for OCaml

Xml-Light provides functions to parse an XML document into an OCaml data structure, work with it, and print it back to an XML document. It also supports DTD parsing and checking, and is entirely written in OCaml, hence it does not require additional C libraries.

Installation

Install ocaml-xml-light 2.4 as follows:

guix install ocaml-xml-light@2.4

Or install the latest version:

guix install ocaml-xml-light

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.