package iri

  1. Overview
  2. Docs
Implementation of Internationalized Resource Identifiers (IRIs)

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ocaml-iri-1.2.0.tar.bz2
md5=f7dc19c2feaceefb93060e1b13a53827
sha512=59cfb686d427b692e4638d4117999dfe43784790a570c0aff810d0b03aa45c48ef1803e4da12f7bd1b50f13b759141f27a60f71f101b6a2979c9b24203dc32b6

Description

Tags

iri web rfc3987

Published: 10 Mar 2026

README

OCaml-iri -- IRI parser, printer and more

🌐 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

Releases

Dependencies (5)

  1. uutf >= "1.0.0"
  2. uunf >= "0.9.7"
  3. sedlex >= "2.3"
  4. ocaml >= "4.12.0"
  5. dune >= "3.18"

Dev Dependencies (1)

  1. odoc with-doc

Conflicts

None