Module Metapp_ppx.OptionsSource
include module type of struct include Dyncompile.Options end
type t = Dyncompile.Options.t = {packages : string list;directories : string list;flags : string list;plainsource : bool;debug_findlib : bool;verbose : bool;
}val add_directories : string list -> t -> tval add_packages : string list -> t -> tval add_flags : string list -> t -> tval set_plainsource : bool -> t -> tval set_debug_findlib : bool -> t -> tval set_verbose : bool -> t -> t