package iri

  1. Overview
  2. Docs
IRI (RFC3987) native OCaml implementation

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-iri-0.4.0.tar.gz
md5=ec34f9a8d1ee28130bed89ea486cf168

Description

OCaml implementation of Internationalized Resource Identifiers (IRIs). 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).

Tags

web iri rfc3987

Published: 01 Dec 2016

Dependencies (5)

  1. uunf >= "2.0.0"
  2. uutf >= "1.0.0"
  3. sedlex >= "1.99.2" & < "2.0"
  4. ocamlfind
  5. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (2)

  1. rdf >= "0.10.0" & < "0.12.0"
  2. xtmpl = "0.17.0"

Conflicts

None