package dune-rpc

  1. Overview
  2. Docs
Communicate with dune using rpc

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.18.0.tbz
sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb
sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417

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.