package ocaml-expat

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

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-expat-0.9.1.tar.gz
md5=17aa00a46c5edeb815f1b0555bad7ed2

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: 21 Nov 2013

Dependencies (2)

  1. ocamlfind build
  2. ocaml

Dev Dependencies

None

Used by (1)

  1. libra-tk

Conflicts

None