Module Dyncompile.OptionsSource
Sourcetype t = {packages : string list;directories : string list;flags : string list;plainsource : bool;debug_findlib : bool;verbose : bool;
} Sourceval add_directories : string list -> t -> t Sourceval add_packages : string list -> t -> t Sourceval add_flags : string list -> t -> t Sourceval set_plainsource : bool -> t -> t Sourceval set_debug_findlib : bool -> t -> t