1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package ocamlbuild
-
ocamlbuildlib
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val stdlib_dir : Pathname.t Lazy.t
val module_name_of_filename : Pathname.t -> string
val module_name_of_pathname : Pathname.t -> string
val expand_module :
Pathname.t list ->
Pathname.t ->
string list ->
Pathname.t list
val ocaml_ppflags : Tags.t -> Command.spec
val ocaml_include_flags : Pathname.t -> Command.spec
val libraries_of : Pathname.t -> Pathname.t list
val use_lib : Pathname.t -> Pathname.t -> unit
val cmi_of : Pathname.t -> Pathname.t
val ocaml_add_include_flag : string -> Command.spec list -> Command.spec list
val flag_and_dep : Tags.elt list -> Command.spec -> unit
val pflag_and_dep :
Tags.elt list ->
Tags.elt ->
( string -> Command.spec ) ->
unit
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