Configuratorval create :
?dest_dir:Base.string ->
?ocamlc:Base.string ->
?log:(Base.string -> Base.unit) ->
Base.string ->
tval ocaml_config_var : t -> Base.string -> Base.string Base.optionReturn the value associated to a variable in the output of ocamlc -config
val ocaml_config_var_exn : t -> Base.string -> Base.stringval c_test :
t ->
?c_flags:Base.string Base.list ->
?link_flags:Base.string Base.list ->
Base.string ->
Base.boolc_test t ?c_flags ?link_flags c_code try to compile and link the C code given in c_code. Return whether compilation was successful.
module C_define : sig ... endmodule Pkg_config : sig ... endval main :
?args:(Caml.Arg.key * Caml.Arg.spec * Caml.Arg.doc) Base.list ->
name:Base.string ->
(t -> Base.unit) ->
Base.unitTypical entry point for configurator programs
val die : ('a, Base.unit, Base.string, 'b) Base.format4 -> 'aAbort execution. If raised from within main, the argument of die is printed as Error: <message>.