Module Ocaml_utils


module Ocaml_utils: sig .. end

module S: My_std.Set.Make(My_std.String)
val flag_and_dep : Tags.elt list -> Command.spec -> unit
val stdlib_dir : string lazy_t
val pflag_and_dep : Tags.elt list -> Tags.elt -> (string -> Command.spec) -> unit
val module_name_of_filename : Pathname.t -> string
val module_name_of_pathname : Pathname.t -> string
val ignore_stdlib : string -> bool
val non_dependencies : (Pathname.t * string) list Pervasives.ref
val non_dependency : Pathname.t -> string -> unit
val path_importance : Pathname.t -> string -> [> `ignored | `just_try | `mandatory ]
val expand_module : Pathname.t list -> Pathname.t -> string list -> Pathname.t list
val string_list_of_file : string -> string list
val print_path_list : Format.formatter -> Pathname.t list -> unit
val ocaml_ppflags : Tags.t -> Command.spec
val ocaml_add_include_flag : Pathname.t -> Command.spec list -> Command.spec list
val ocaml_include_flags : Pathname.t -> Command.spec
val info_libraries : (Tags.elt, Pathname.t * bool) Hashtbl.t
val libraries : (Pathname.t, Pathname.t list) Hashtbl.t
val libraries_of : Pathname.t -> Pathname.t list
val use_lib : Pathname.t -> Pathname.t -> unit
val ocaml_lib : ?extern:bool ->
?byte:bool ->
?native:bool ->
?dir:Command.pathname -> ?tag_name:Tags.elt -> Pathname.t -> unit
val cmi_of : Pathname.t -> Pathname.t
exception Ocamldep_error of string
val read_path_dependencies : Pathname.t -> ([> `just_try | `mandatory ] * string) list
val path_dependencies_of : Pathname.t -> ([> `just_try | `mandatory ] * string) list