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.5.tar.gz
md5=87ead4a7a966fc784647c842264268ed

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"