package iri

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

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-iri-0.1.0.tar.gz
md5=d345a473366c0ce29199188908d711f6

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: 26 Jan 2016

Dependencies (5)

  1. uunf >= "1.0"
  2. uutf = "0.9.4"
  3. sedlex >= "1.99.2"
  4. ocamlfind
  5. ocaml >= "4.02.2"

Dev Dependencies

None

Used by (1)

  1. xtmpl = "0.17.0"

Conflicts

None