Module Posixat.Stats
type t
= Unix.LargeFile.stats
=
{
st_dev : Base.int;
st_ino : Base.int;
st_kind : File_kind.t;
st_perm : File_perm.t;
st_nlink : Base.int;
st_uid : Base.int;
st_gid : Base.int;
st_rdev : Base.int;
st_size : Base.int64;
st_atime : Base.float;
st_mtime : Base.float;
st_ctime : Base.float;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t