package iri

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

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-iri-0.7.0.tar.bz2
md5=c6f5b156c6ffa182d4fbf248578da320
sha512=21f7d3766d1dab912b4115a9da578dc9fafb5191a25bc3e31940f1b0709caf8cdb652de812feed692a87e431b950013f007232170496b6d4f1834bd737b50994

Description

Tags

iri web rfc3987

Published: 11 Jul 2023

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

Conflicts

None