Module Ocamlbuild_pack.Ocaml_utils
val module_name_of_filename : Pathname.t -> string
val module_name_of_pathname : Pathname.t -> string
val ignore_stdlib : string -> bool
val non_dependency : string -> string -> unit
val string_list_of_file : string -> string list
exception Ocamldep_error of string
val path_dependencies_of :
Pathname.t ->
([ `just_try | `mandatory ] * string) list
val info_libraries : (string, string * bool) Hashtbl.t
val ocaml_lib :
?extern:bool ->
?byte:bool ->
?native:bool ->
?dir:Pathname.t ->
?tag_name:string ->
Pathname.t ->
unit