mte/src/libtool_version.mli

8 lines
193 B
OCaml
Raw Normal View History

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