package git-mirage

  1. Overview
  2. Docs
A package to use ocaml-git with MirageOS backend

Install

Dune Dependency

Authors

Maintainers

Sources

git-3.8.0.tbz
sha256=f6c628e3628d25686cec4cdff8132f9433e95938bdcb43975778d28d33a0b077
sha512=779bdd7a1657e859ed47b46ef9da007b5f43f4446f8cea831f29fae662efdd33a39aa2ee90b9f8d8b6360f2abb78038a7592633efa26e8adc5d2ae20d86d8015

doc/git-mirage.happy-eyeballs/Git_mirage_happy_eyeballs/Make/DNS/index.html

Module Make.DNSSource

type t
val create : ?size:int -> ?edns:[ `Auto | `Manual of Dns.Edns.t | `None ] -> ?nameservers: (Dns.proto * [ `Plaintext of Ipaddr.t * int | `Tls of Tls.Config.client * Ipaddr.t * int ] list) -> ?timeout:int64 -> Stack.t -> t
val nameservers : t -> Dns.proto * [ `Plaintext of Ipaddr.t * int | `Tls of Tls.Config.client * Ipaddr.t * int ] list
val getaddrinfo : t -> 'r Dns.Rr_map.key -> 'a Domain_name.t -> ('r, [> `Msg of string ]) result Lwt.t
val gethostbyname : t -> [ `host ] Domain_name.t -> (Ipaddr.V4.t, [> `Msg of string ]) result Lwt.t
val gethostbyname6 : t -> [ `host ] Domain_name.t -> (Ipaddr.V6.t, [> `Msg of string ]) result Lwt.t
val get_resource_record : t -> 'r Dns.Rr_map.key -> 'a Domain_name.t -> ('r, [> `Msg of string | `No_data of [ `raw ] Domain_name.t * Dns.Soa.t | `No_domain of [ `raw ] Domain_name.t * Dns.Soa.t ]) result Lwt.t
OCaml

Innovation. Community. Security.