• en

xmlm 1.1.1

Author Daniel Bünzli <daniel.buenzli at erratique.ch>
License BSD3
Homepage http://erratique.ch/software/xmlm
Maintainer opam-devel@lists.ocaml.org
Dependencies
ocamlfind
OCaml >= 3.10.0
Published Sep 9, 2012
Source [http] http://erratique.ch/software/xmlm/releases/xmlm-1.1.1.tbz
357025dd1a9fc87b6e50ac21eb0eb2b1
Edit https://github.com/ocaml/opam-repository/tree/master/packages/xmlm/xmlm.1.1.1/opam

Streaming XML IO for OCaml

Xmlm is an OCaml module for streaming XML IO. It aims at making XML processing robust and painless. The streaming interface can process documents without building an in-memory representation. It lets the programmer translate its data structures to XML documents and vice-versa. Functions are provided to easily transform arborescent data structures to/from XML documents.

Xmlm is made of a single independent module and distributed under the BSD3 license.