rmlbuild
rmlbuild is a fork of ocamlbuild that handles ReactiveML projets
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 rmlbuildlib
val is_degraded : bool Lazy.t
val run_and_open : string -> ( in_channel -> 'a ) -> 'a
val execute_many :
?max_jobs:int ->
?ticker:( unit -> unit ) ->
?period:float ->
?display:( ( out_channel -> unit ) -> unit ) ->
( unit -> string ) list list ->
(bool list * exn) option
val report_error : Format.formatter -> exn -> unit
val stat : string -> stats
val lstat : string -> stats
type implem = {
mutable is_degraded : bool; |
mutable is_link : string -> bool; |
mutable run_and_open : 'a. string -> ( in_channel -> 'a ) -> 'a; |
mutable readlink : string -> string; |
mutable execute_many : ?max_jobs:int ->
?ticker:( unit -> unit ) ->
?period:float ->
?display:( ( out_channel -> unit ) -> unit ) ->
( unit -> string ) list list ->
(bool list * exn) option; |
mutable report_error : Format.formatter -> exn -> unit; |
mutable at_exit_once : ( unit -> unit ) -> unit; |
mutable gettimeofday : unit -> float; |
mutable stdout_isatty : unit -> bool; |
mutable stat : string -> stats; |
mutable lstat : string -> stats; |
}
val implem : implem