val first_ccopts : string list Stdlib.ref
val first_ppx : string list Stdlib.ref
val first_include_dirs : string list Stdlib.ref
val last_include_dirs : string list Stdlib.ref
val last_objfiles : string list Stdlib.ref
val first_objfiles : string list Stdlib.ref
val readenv : Stdlib.Format.formatter -> readenv_position -> unit
type deferred_action =
| ProcessImplementation of string |
| ProcessInterface of string |
| ProcessCFile of string |
| ProcessOtherFile of string |
| ProcessObjects of string list |
| ProcessDLLs of string list |
val defer : deferred_action -> unit
val process_deferred_actions : (Stdlib.Format.formatter * (source_file:string -> output_prefix:string -> unit) * (source_file:string -> output_prefix:string -> unit) * string * string) -> unit