package dns

  1. Overview
  2. Docs

Module Dns.TxtSource

Text records

Sourcetype t = string

The type of a Text record.

Sourceval pp : t Fmt.t

pp ppf t pretty-prints the Text record t on ppf.

Sourceval compare : t -> t -> int

compare a b compares the Text record a with b (using String.compare).

OCaml

Innovation. Community. Security.