mte/src/libtool_version.mli

7 lines
193 B
OCaml

type t
val mte_protocol_version : t
val is_compatible : implementation:t -> t -> bool
val of_string : string -> (t, string) result
val pp : Format.formatter -> t -> unit
val jsont : t Jsont.t