package dune-rpc

  1. Overview
  2. Docs
Communicate with dune using rpc

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.15.0.tbz
sha256=b5c3d10f6f6048bfaf56fc4f0942d56381b55af4287caf8251487d4c4e7920d7
sha512=b3944b47c7ab1b2109aabc73dab7b9227765168bdcaddda875f3ee3c8277825f4a2672fbba903bf54ea507d00c7649c7dfc3c3bb156365d3052e570cf02caa82

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.