Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t =
| Nameserver of Ipaddr.t * int option
| Port of int
| Domain of string
| Lookup of LookupValue.t list
| Search of string list
| Sortlist of string list
| Options of OptionsValue.t list
val of_string : string -> t
val to_string : t -> string