package domain-name

  1. Overview
  2. Docs
RFC 1035 Internet domain names

Install

Dune Dependency

Authors

Maintainers

Sources

domain-name-v0.2.0.tbz
sha256=58026d7c80e8b0f402e7ec2a95b3704df44298deee4701d83d2b46e8ffa7b7a2
sha512=34456200efd60cdfe46a3bf04f630b45b796a5a60de517509909a41366512c34d744017a2dde5698a46e82a84a6068fe09ccd10ba945377847174dda001cbdcf

Description

A domain name is a sequence of labels separated by dots, such as foo.example. Each label may contain any bytes. The length of each label may not exceed 63 charactes. The total length of a domain name is limited to 253 (byte representation is 255), but other protocols (such as SMTP) may apply even smaller limits. A domain name label is case preserving, comparison is done in a case insensitive manner.

Published: 25 Jun 2019

README

Domain-name - RFC 1035 Internet domain names

v0.2.0

A domain name is a sequence of labels separated by dots, such as foo.example. Each label may contain any bytes. The length of each label may not exceed 63 charactes. The total length of a domain name is limited to 253 (byte representation is 255), but other protocols (such as SMTP) may apply even smaller limits. A domain name label is case preserving, comparison is done in a case insensitive manner.

The invariants on the length of domain names are preserved throughout the module.

Documentation

API documentation is available online.

Installation

You need opam installed on your system. The command

opam install domain-name

will install this library.

OCaml

Innovation. Community. Security.