Module Ocamlbuild_pack.My_std
exception Exit_usage of stringexception Exit_system_error of stringexception Exit_with_code of intexception Exit_silently_with_code of intval sys_readdir : string -> (string array, exn) Outcome.tval sys_remove : string -> unitval reset_readdir_cache : unit -> unitval reset_filesys_cache : unit -> unitval reset_filesys_cache_for_file : string -> unitval sys_file_exists : string -> boolval sys_command : string -> intval filename_concat : string -> string -> stringval the : 'a option -> 'aval getenv : ?default:string -> string -> stringval with_temp_file : string -> string -> (string -> 'a) -> 'aval read_file : string -> stringval copy_file : string -> string -> unitval (&) : ('a -> 'b) -> 'a -> 'bval (|>) : 'a -> ('a -> 'b) -> 'bval memo : ('a -> 'b) -> 'a -> 'bval memo2 : ('a -> 'b -> 'c) -> 'a -> 'b -> 'cval memo3 : ('a -> 'b -> 'c -> 'd) -> 'a -> 'b -> 'c -> 'dval split_ocaml_version : (int * int * int * string) option