package metapp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module DyncompileSource

Sourcemodule Options : sig ... end
Sourceval output_structure : Stdcompat.out_channel -> Parsetree.structure -> unit
Sourcetype compiler = {
  1. command : string;
  2. archive_option : string;
  3. archive_suffix : string;
}
Sourceval compiler : compiler
Sourceval try_commands : verbose:bool -> (string * string list) list -> unit
Sourceval compile : Options.t -> string -> string -> unit
Sourceval write_ast : bool -> Stdcompat.out_channel -> Parsetree.structure -> unit
Sourceval compile_and_load : Options.t -> Parsetree.structure -> unit
OCaml

Innovation. Community. Security.