package dune-rpc

  1. Overview
  2. Docs
type t
val default : t
val 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.

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