项目作者: hannesm

项目描述 :
RFC 1035 Internet domain names
高级语言: OCaml
项目地址: git://github.com/hannesm/domain-name.git
创建时间: 2018-06-16T23:24:36Z
项目社区:https://github.com/hannesm/domain-name

开源协议:Other

下载


Domain-name - RFC 1035 Internet domain names

%%VERSION%%

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

Build Status

API documentation is available online.

Installation

You need opam installed on your system. The command

opam install domain-name

will install this library.