opam-lib.format
OpamFormatConfig
opam-lib
opam-lib.client
opam-lib.repository
opam-lib.solver
opam-lib.state
type t = private {
strict : bool;
Fail early with errors in OPAM files
skip_version_checks : bool;
Ignore mismatching OPAM versions in files
all_parens : bool;
Affects the OPAM format printer; for backwards-compatibility
}
type 'a options_fun = ?strict:bool -> ?skip_version_checks:bool -> ?all_parens:bool -> unit -> 'a
val default : t
val set : t -> t options_fun
val setk : (t -> 'a) -> t -> 'a options_fun
val r : t ref
val update : ?noop:unit -> unit options_fun
val init : ?noop:unit -> unit options_fun