package colombe

  1. Overview
  2. Docs
SMTP protocol in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

colombe-0.11.0.tbz
sha256=0acac7265e640769209711de1cac8e54b2ff44b4fe6053293e3e8dee1ea17a5e
sha512=57b473451428f532515859d72fc1498297d11035f7505514e3878d6ee2eb5d54e00e10aa0ad5386df3ce1ca134f3391a7574d304a9aced096beba4436ad4a704

doc/colombe/Colombe/Domain/index.html

Module Colombe.DomainSource

Sourcetype t =
  1. | IPv4 of Ipaddr.V4.t
  2. | IPv6 of Ipaddr.V6.t
  3. | Extension of string * string
  4. | Domain of string list
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval pp : t Fmt.t
Sourcemodule Decoder : sig ... end
Sourceval of_string : string -> (t, [ `Msg of string ]) result
Sourceval of_string_exn : string -> t
Sourceval to_string : t -> string
Sourceval extension : string -> string -> (t, [ `Msg of string ]) result
Sourcetype atom
Sourceval atom : string -> (atom, [ `Msg of string ]) result
Sourceval atom_exn : string -> atom
Sourceval a : string -> atom
Sourcemodule Peano : sig ... end
Sourcetype 'a domain =
  1. | :: : atom * 'a domain -> 'a Peano.s domain
  2. | [] : Peano.z domain
Sourceval unsafe_domain_of_list_exn : string list -> t
Sourcetype 'a w
Sourceval domain : 'a domain w
Sourceval ipv4 : Ipaddr.V4.t w
Sourceval ipv6 : Ipaddr.V6.t w
Sourceval make : 'a w -> 'a -> (t, [ `Msg of string ]) result
Sourceval v : 'a w -> 'a -> t
OCaml

Innovation. Community. Security.