MlFront_Thunk_IoDisk.ThunkIoDiskSourceDisk I/O operations for thunks that uses the OCaml unix library and the MlFront_ZipFile library.
val remove_directory_recursively :
return:([> `Deleted | `Error of string ] -> 'a) ->
MlFront_Core.FilePath.t ->
'aRemove directory recursively
val make_directory_recursively :
return:([> `Created | `Error of string ] -> 'a) ->
MlFront_Core.FilePath.t ->
'aMake a directory recursively
val checksum_local_file :
?strip_carriage_returns:unit ->
algo:[< `Sha1 | `Sha256 ] ->
return:([> `Checksum of string * int64 | `Error of string ] -> 'a) ->
string ->
'a