ocamlbuild
OCamlbuild is a build system with builtin rules to easily build most OCaml projects
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library ocamlbuildlib
module Outcome : Signatures.OUTCOME
val ksbprintf :
( string -> 'a ) ->
( 'b, Format.formatter, unit, 'a ) format4 ->
'b
val sbprintf : ( 'a, Format.formatter, unit, string ) format4 -> 'a
module Set : sig ... end
module List : Signatures.LIST
module String : Signatures.STRING
module Digest : sig ... end
module StringSet : sig ... end
val sys_readdir : string -> ( string array, exn ) Outcome.t
val invalid_arg' : ( 'a, Format.formatter, unit, 'b ) format4 -> 'a
val opt_print :
( Format.formatter -> 'a -> unit ) ->
Format.formatter ->
'a option ->
unit
val with_input_file : ?bin:bool -> string -> ( in_channel -> 'a ) -> 'a
val with_output_file : ?bin:bool -> string -> ( out_channel -> 'a ) -> 'a
val copy_chan : in_channel -> out_channel -> unit
val print_string_list : Format.formatter -> string list -> unit
val (!*) : 'a Lazy.t -> 'a
val (@:=) : 'a list ref -> 'a list -> unit
val set_lexbuf_fname : string -> Lexing.lexbuf -> unit
val lexbuf_of_string : ?name:string -> string -> Lexing.lexbuf