Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Opam version.
val pp : Stdlib.Format.formatter -> t -> unit
val of_string : string -> (t, Bos_setup.R.msg) Bos_setup.result
of_string s
returns the supported opam version parsed from s
or return the associated error message.
val cli : (t, Bos_setup.R.msg) Bos_setup.result Stdlib.Lazy.t
cli
is the output of opam --version
.