package dns

  1. Overview
  2. Docs
An opinionated Domain Name System (DNS) library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dns-10.2.2.tbz
sha256=5123d7167f5fb3a5ab70cf0b3ccc965089ec440dc07edeabf8c0568ee737a7f0
sha512=4e5945435f280591c158ab03fec19dc0c807fb713d6ee68873939899c49175f39af1fbcd135517514a3ab088993356a4c303f7dce5e18d403d4630a33bad9076

doc/dns/Dns/A/index.html

Module Dns.ASource

Adress record

An address record (A) is an Internet protocol v4 address.

The type of an A record.

Sourceval pp : t Fmt.t

pp ppf t pretty-prints the address.

Sourceval compare : t -> t -> int

compare a b compares the address a with b.