package ocaml-expat

  1. Overview
  2. Docs
Write XML-Parsers using the SAX method

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.0.tar.gz
md5=f77a66b66dc2439733dd379b24d046df

Description

An ocaml wrapper for the Expat XML parsing library. It allows you to write XML-Parsers using the SAX method. An XML document is parsed on the fly without needing to load the entire XML-Tree into memory.

Published: 03 Jan 2017

Dependencies (2)

  1. ocamlfind build
  2. ocaml >= "4.02.0"

Dev Dependencies

None

Used by (1)

  1. libra-tk

Conflicts

None