Module Ocamlbuild_pack.My_unix
type file_kind=|FK_dir|FK_file|FK_link|FK_othertype stats={stat_file_kind : file_kind;stat_key : string;}
val is_degraded : bool Stdlib.Lazy.tval is_link : string -> boolval run_and_open : string -> (Stdlib.in_channel -> 'a) -> 'aval readlink : string -> stringval run_and_read : string -> stringval execute_many : ?max_jobs:int -> ?ticker:(unit -> unit) -> ?period:float -> ?display:((Stdlib.out_channel -> unit) -> unit) -> (unit -> string) list list -> (bool list * exn) optionval report_error : Stdlib.Format.formatter -> exn -> unitval at_exit_once : (unit -> unit) -> unitval gettimeofday : unit -> floatval stdout_isatty : unit -> boolval stat : string -> statsval lstat : string -> stats
type implem={mutable is_degraded : bool;mutable is_link : string -> bool;mutable run_and_open : a. string -> (Stdlib.in_channel -> 'a) -> 'a;mutable readlink : string -> string;mutable execute_many : ?max_jobs:int -> ?ticker:(unit -> unit) -> ?period:float -> ?display:((Stdlib.out_channel -> unit) -> unit) -> (unit -> string) list list -> (bool list * exn) option;mutable report_error : Stdlib.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