package iri

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

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-iri-0.6.0.tar.bz2
md5=40574cd88a7fc984adae1839fedb2b10
sha512=91cccd28a7e051ab4b8842f8dba6db2b7784e15d3f15c9d97ff64aefc40fce5d51b90b7ad996341da8b1f027ddff06e7c13e8d663c93fda864b2992447bf7454

README.md.html

ocaml-iri

OCaml implementation of Internationalized Resource Identifiers (IRIs)

RFC 3987: http://tools.ietf.org/html/rfc3987

This implementation does not depend on regular expression library. Is is implemented using Sedlex (https://github.com/ocaml-community/sedlex) thus it will be usable in Javascript (with Js_of_ocaml).