package iri

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

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-iri-1.1.0.tar.bz2
md5=7ad954858ca5127f23b83a750d349435
sha512=2ed315880978f7d11e3561ba7af90d4bc5c04b3bd34e7b842de8b6cc694c8137dc30b913e6624dc8117a1a4d6a248b07d905992e683a6d080db8817e0018e5bb

Description

Tags

iri web rfc3987

Published: 19 Jun 2025

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

OCaml

Innovation. Community. Security.