package posixat

  1. Overview
  2. Docs
Bindings to the posix *at functions

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=6f45df31dccb16b014243b1c155d5dbc59de3184562f4869cd9f6e3d05be03cc

doc/posixat/Posixat/Stats/index.html

Module Posixat.StatsSource

Sourcetype t = Unix.LargeFile.stats = {
  1. st_dev : Base.int;
  2. st_ino : Base.int;
  3. st_kind : File_kind.t;
  4. st_perm : File_perm.t;
  5. st_uid : Base.int;
  6. st_gid : Base.int;
  7. st_rdev : Base.int;
  8. st_size : Base.int64;
  9. st_atime : Base.float;
  10. st_mtime : Base.float;
  11. st_ctime : Base.float;
}
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t