metapp.dyncompile
Dyncompile
metapp
metapp.api
metapp.preutils
metapp.test_framework
metapp.version_info
metapp_ppx
module Options : sig ... end
val output_structure : Stdcompat.out_channel -> Parsetree.structure -> unit
type compiler = {
command : string;
archive_option : string;
archive_suffix : string;
}
val compiler : compiler
val try_commands : verbose:bool -> (string * string list) list -> unit
val compile : Options.t -> string -> string -> unit
val write_ast : bool -> Stdcompat.out_channel -> Parsetree.structure -> unit
val compile_and_load : Options.t -> Parsetree.structure -> unit