pkgsrc/textproc/ocaml-xml-light/DESCR
jaapb 3c6bf8b839 Added textproc/ocaml-xml-light, an XML parser for OCaml.
This is needed as a dependency for ocsigenserver.
2018-11-29 10:45:37 +00:00

7 lines
267 B
Text

Xml Light is a minimal Xml parser & printer for OCaml.
It provides a few functions to parse a basic Xml document into
an OCaml data structure and to print back the data structures
to an Xml document.
Xml Light also has support for DTDs (Document Type Definitions).