package dune-rpc

  1. Overview
  2. Docs
Communicate with dune using rpc

Install

Dune Dependency

Authors

Maintainers

Sources

fiber-3.0.2.tbz
sha256=a35d3ca8879630e5f4554ff059d7396e0fd40c24f6082730fd7c779c58836deb
sha512=6c77afa682dd57d47386832b0be1156b0623920b0e1f6af6819fb18e1a94f9cd31d51cd82e86ce7246b4a65c07dee6061ece3ef4a24dee2bcb6ac114969a20a2

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.