package xmelly

  1. Overview
  2. Docs
Simplest way to do simple parsing of simple XML files in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.0.tar.gz
md5=8f270e31a05024727012925d6ea21f5c
sha512=bf6bcee870f21514dddc80a5476d781ccd1f3b6e84b1eab99085de28f65b2dae53506b09f37984e7b5d967419ea7fa07777da70092f52732eabaf22a5a88c335

Description

This is a simple library to parse XML files in OCaml. It does not do validation or output. Call Xmelly.parse with an in_channel and pattern match you way into the data you want.

Published: 18 Feb 2022

README

xmelly

Simplest way to do simple parsing of simple XML files in OCaml

Dependencies (1)

  1. dune >= "2.9"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None