package unix-sys-stat

  1. Overview
  2. Docs
ocaml-unix-sys-stat provides access to the features exposed in sys/stat.h

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.2.tar.gz
sha256=3f1770421c3e8876cbea7532bb04daf4c950c1ddd44f526d82c8b293c5a8c781
md5=9657abc17cfd0b67dd99e2808cf93736

doc/unix-sys-stat/Sys_stat/Mode/Host/index.html

Module Mode.Host

type t = {
  1. file_kind : File_kind.Host.t;
  2. file_perm : File_perm.Host.t;
}
val to_string : t -> string
val of_string : string -> t
OCaml

Innovation. Community. Security.