package dune-rpc

  1. Overview
  2. Docs
Communicate with dune using rpc

Install

Dune Dependency

Authors

Maintainers

Sources

fiber-3.1.0.tbz
sha256=077d520b0845c56e10ec5856d7c66ebe7a1f1bea4a3027d182f44b2529519d81
sha512=644fbf11e53ac88307b44c98f380e2c9db222b94e0e38263525c59d3504f185d79d916a506af45e84d16fd66889e1745305a7385d911e7b11c290549efdb444c

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 to_string : t -> string
Sourceval compare : t -> t -> Stdune.Ordering.t
Sourceval to_dyn : t -> Dyn.t
Sourceval sexp : t Conv.value
Sourceval add_to_env : t -> Stdune.Env.t -> Stdune.Env.t
Sourcemodule type S = sig ... end
Sourcetype error =
  1. | Invalid_where of string
Sourceexception E of error
Sourcemodule Make (Fiber : sig ... end) (IO : sig ... end) : S with type 'a fiber := 'a Fiber.t
OCaml

Innovation. Community. Security.