package unix-dirent

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.0.tar.gz
md5=6c900407bdad0c5c64727de9f46dbabd

Description

in a way that is not tied to the implementation on the host system.

The Dirent module provides functions for translating between the file kinds accessible through dirent.h and their values on particular systems.

The Dirent_unix provides bindings to functions that use the types in Dirent along with a representation of the host system. The bindings support a more comprehensive range of file kinds than the corresponding functions in the standard OCaml Unix module. The Dirent_unix_lwt module exports non-blocking versions of the functions in Dirent_unix based on the Lwt cooperative threading library.

Published: 19 Apr 2016

Dependencies (4)

  1. base-bytes
  2. ocamlbuild build
  3. ocamlfind build
  4. ocaml >= "4.01.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by

None

Conflicts (3)

  1. unix-errno >= "0.4.0"
  2. ctypes >= "0.6.0"
  3. ctypes < "0.4.0"
OCaml

Innovation. Community. Security.