package dune-rpc

  1. Overview
  2. Docs

represents the address where a dune rpc instance might be listening

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

obtain the address from the build directory and environment