OCaml-iri

🌐 OCaml-iri homepage

OCaml implementation of Internationalized Resource Identifiers (IRIs, defined in RFC 3987.

This implementation does not depend on regular expression library. Is is implemented using Sedlex thus it will be usable in Javascript (with Js_of_ocaml).

Documentation

Documentation is available here.

Development

Development is hosted on Framagit.

OCaml-IRI is released under LGPL3 license.

Installation

The iri package is installable with opam:

$ opam install iri

Current state of OCaml-iri can be installed with:

$ opam pin add iri git@framagit.org:zoggy/ocaml-iri.git