package dune-rpc

  1. Overview
  2. Docs

Module V1.WhereSource

represents the address where a dune rpc instance might be listening

Sourcetype t = [
  1. | `Unix of string
  2. | `Ip of [ `Host of string ] * [ `Port of int ]
]
Sourcetype error =
  1. | Invalid_where of string
Sourceexception E of error
Sourcemodule type S = sig ... end
Sourcemodule Make (Fiber : sig ... end) (_ : sig ... end) : S with type 'a fiber := 'a Fiber.t

obtain the address from the build directory and environment

OCaml

Innovation. Community. Security.