package ocaml-expat

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

Install

Dune Dependency

Authors

Maintainers

Sources

v1.3.0.tar.gz
md5=f81080294871caf00c9bcd9581701c26
sha512=72a59c982179ebc2cbd4c0659ec81c1c7422de78f9fff4bd9feebda8739d3a50d2840bb5f058e075dd63a2d1af35727e04315361febca3af6c8605ee52e27498

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: 09 Feb 2023

Dependencies (3)

  1. conf-expat
  2. ocamlfind build
  3. ocaml >= "4.14.1"

Dev Dependencies

None

Conflicts

None