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

Description

Tags

iri web rfc3987

Published: 12 Dec 2021

README

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).

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" & < "0.15.0"
  3. xtmpl >= "0.17.0"

Conflicts

None