package idna

  1. Overview
  2. Docs
Internationalized Domain Names for OCaml (IDNA 2008 and UTS #46)

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.4.0.tar.gz
md5=d5160b5ecb3d2fb81bd466920579f783
sha512=05e7c370be7ba6be2e4c3d9d4c76e6853e3c4ac08034c3d21efba819139cf309bf4faaab89e4e4a80653d7144576fdb38fbcfa037dfbba620294cb035b3b8732

doc/idna.intranges/Intranges/index.html

Module IntrangesSource

Binary search on sorted, non-overlapping integer ranges. 64-bit packed representation: one int per range.

Sourcetype t = int array
Sourceval contains : int -> t -> bool