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.3.tar.gz
sha256=d2faf38e82f51508d0f55c943f63a92f51bc185877eae809c3bea3abb77e4ae7
md5=8fbe2871adf8ed9dc6f16dd00c21d92b

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.

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 (2)

  1. unix-errno < "0.5.0"
  2. ctypes < "0.6.0"
OCaml

Innovation. Community. Security.