package dune-rpc

  1. Overview
  2. Docs
Communicate with dune using rpc

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.14.0.tbz
sha256=f4d09d89162621fdff424c253fa50c4920d2179fb5b3d1debab7bbe97c68b2fc
sha512=f5ead1a9a0cc26e00a762e83e107b47c3c3fe9b44d9e505547c385c7938208d4fdcc91a8099512e76ea4a426f3543445b4d75ef0b621dc7dbfdcbb615bc0b999

doc/dune-rpc.private/Dune_rpc_private/Where/index.html

Module Dune_rpc_private.WhereSource

Sourcetype t = [
  1. | `Unix of string
  2. | `Ip of [ `Host of string ] * [ `Port of int ]
]
Sourceval rpc_socket_relative_to_build_dir : string
Sourceval to_string : t -> string
Sourceval compare : t -> t -> Ordering.t
Sourceval to_dyn : t -> Dyn.t
Sourceval sexp : t Conv.value
Sourceval add_to_env : t -> Stdune.Env.t -> Stdune.Env.t
Sourceval of_env : Stdune.Env.t -> (t, [ `Exn of exn | `Missing ]) result
Sourcemodule type S = sig ... end
Sourcetype error =
  1. | Invalid_where of string
Sourceexception E of error
Sourcemodule Make (Fiber : sig ... end) (_ : sig ... end) : S with type 'a fiber := 'a Fiber.t
OCaml

Innovation. Community. Security.