OpamCLIVersionCLI Versions
include OpamStd.ABSTRACTval to_string : t -> stringval to_json : t OpamJson.encoderval of_json : t OpamJson.decodermodule Set : OpamStd.SET with type elt = tmodule Map : OpamStd.MAP with type key = tval current : tThe current version of the CLI (major and minor of OpamVersion.current
val default : tval is_supported : t -> boolTests whether a valid CLI version is supported by the client library
val of_string : string -> tval (>=) : t -> (int * int) -> boolComparison >= with (major, minor)
val (<) : t -> (int * int) -> boolComparison < with (major, minor)
module Sourced : sig ... endmodule Op : sig ... end