Module Oxcaml_args.Extra_params
Extra_params module provides a way to read oxcaml flags from OCAMLPARAM. All command line flags should support it, with the exception of debug printing, such as -dcfg.
val read_param :
Stdlib.Format.formatter ->
Compenv.readenv_position ->
string ->
string ->
boolread_param ppf pos name value returns whether the param was handled.