package dune-rpc

  1. Overview
  2. Docs

Module Dune_rpc_private.MenuSource

Sourcetype t
Sourceval default : t
Sourceval select_common : local_versions:Stdune.Int.Set.t Stdune.String.Map.t -> remote_versions:(string * int list) list -> t option

For each method known by both local and remote, choose the highest common version number. Returns None if the resulting menu would be empty.

Sourceval of_list : (string * int) list -> (t, string * int * int) Stdune.result
Sourceval to_list : t -> (string * int) list
Sourceval to_dyn : t -> Dyn.t
OCaml

Innovation. Community. Security.