domain-nameversion
[RFC 1035](https://tools.ietf.org/html/rfc1035) Internet domain names
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.
Author | Hannes Mehnert <hannes@mehnert.org> |
---|---|
License | ISC |
Published | |
Homepage | https://github.com/hannesm/domain-name |
Issue Tracker | https://github.com/hannesm/domain-name/issues |
Maintainer | Hannes Mehnert <hannes@mehnert.org> |
Dependencies | |
Source [http] | https://github.com/hannesm/domain-name/releases/download/0.1.1/domain-name-0.1.1.tbz sha256=fe89e0e1df8747fc6eeb68142dfefe994571606af79b707f71b63e4da57f0793 md5=31508a8fbc2498b40b8315731bb5e486 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/domain-name/domain-name.0.1.1/opam |
Required by