package iri

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

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-iri-1.0.0.tar.bz2
md5=6ce4f0992e9f029e461af19fb232d50b
sha512=dad58975f1f601a56c113c5646a7b3c29ae5eb1c505e17c6120f492634d867d961f3f5cda8198b6e2a3cd84d23b04e4d230683a325c3935da1655c129a328eee

Description

Tags

iri web rfc3987

Published: 04 Feb 2024

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

Dependencies (5)

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

Dev Dependencies (1)

  1. odoc with-doc

Used by (3)

  1. css
  2. rdf >= "0.10.0"
  3. xtmpl >= "0.17.0"

Conflicts

None