package uwt

  1. Overview
  2. Docs
libuv bindings

Install

dune-project
 Dependency

Authors

Maintainers

Sources

uwt-0.3.0.tar.gz
sha256=e924c3f80906c44871c62870d9472956ff043a14a4c17e886302bf47e6ca71e1
md5=f611099ba6eae6ea3f6b46a21e30effc

doc/uwt.compat/Uwt_compat/Lwt_unix/LargeFile/index.html

Module Lwt_unix.LargeFile

type stats = Unix.LargeFile.stats = {
  1. st_dev : int;
  2. st_ino : int;
  3. st_kind : Unix.file_kind;
  4. st_perm : Unix.file_perm;
  5. st_uid : int;
  6. st_gid : int;
  7. st_rdev : int;
  8. st_size : int64;
  9. st_atime : float;
  10. st_mtime : float;
  11. st_ctime : float;
}
val stat : string -> Unix.LargeFile.stats Lwt.t
val lstat : string -> Unix.LargeFile.stats Lwt.t
val lseek : file_descr -> int64 -> Unix.seek_command -> int Lwt.t
val truncate : string -> int64 -> unit Lwt.t
val ftruncate : file_descr -> int64 -> unit Lwt.t
val file_exists : string -> bool Lwt.t