package unix-sys-stat

  1. Overview
  2. Docs
ocaml-unix-sys-stat provides access to the features exposed in sys/stat.h in a way that is not tied to the implementation on the host system.

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.0.tar.gz
md5=7e59aa29e9a039ed17a16e1a61bc0dde

Description

The Sys_stat module provides functions for translating between the file types and mode bits accessible through sys/stat.h and their values on particular systems. The Sys_stat_host module exports representations of various hosts.

The Sys_stat_unix provides bindings to functions that use the types in Sys_stat along with a representation of the host system. The bindings support a more comprehensive range of flags than the corresponding functions in the standard OCaml Unix module.

Published: 19 Apr 2016

Dependencies (6)

  1. ctypes
  2. unix-errno >= "0.3.0" & < "0.4.0"
  3. base-bytes
  4. ocamlbuild build
  5. ocamlfind build
  6. ocaml

Dev Dependencies (1)

  1. alcotest with-test

Used by

None

Conflicts (2)

  1. ctypes >= "0.6.0"
  2. ctypes < "0.4.0"