OCamlbuildCommonFunctions common to OCamlbuild build and doc plugin
val fix_args : args -> string array -> string listFix special arguments depending on environment
val run_clean : ctxt:OASISContext.t -> OASISTypes.arg array -> unitRun 'ocamlbuild -clean' if not already done
val run_ocamlbuild :
ctxt:OASISContext.t ->
args ->
OASISTypes.arg array ->
unitRun ocamlbuild, unregister all clean events
val fix_build_tools :
OASISTypes.tool ->
OASISTypes.package ->
OASISTypes.packagemodule Tag : sig ... endval check_ocaml_version : string -> OASISTypes.package -> boolCheck OCaml version constraint defined in _oasis.
val ocamlbuild_more_args : OASISFeatures.tval ocamlbuild_supports_ocamlfind : OASISTypes.package -> boolval ocamlbuild_supports_plugin_tags : OASISTypes.package -> boolval ocamlbuild_common_generator :
args OASISPlugin.prop ->
'a OASISSchema.t ->
OASISPlugin.all_t ->
PropList.Data.t ->
argsval args_ocamlbuild_common :
OASISPlugin.context_act ->
OASISTypes.package ->
args ->
args * OASISPlugin.context_actval odn_of_args : args -> OASISDataNotation.t