= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package metapp
-
metapp.api
-
-
metapp.dyncompile
-
metapp.preutils
-
metapp.test_framework
-
metapp.version_info
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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 empty : t
val handle : Metapp_preutils.destruct_extension -> (t -> t) option