package fsevents

  1. Overview
  2. Docs
OCaml bindings to macOS FSEvents

Install

Dune Dependency

Authors

Maintainers

Sources

fsevents-lwt-0.3.0.tbz
sha256=0bbfea93c14e99c1dbb2bf9de2ef8c93e4f1043490df73c00f9c0a969f472b7a
sha512=f76eff7de44d1d878c88bed490d8b5d45f92774908ce7c687d828c3696dbf97cc1d40b804691c85041e6f7800d48b6a91d07a17638a68058329185235549b03a

Description

These bindings use ctypes for type-safe stub generation.

Published: 30 Apr 2021

README

OCaml bindings to macOS FSEvents

This package relies on osx-cf for CoreFoundation support. These bindings use ctypes for type-safe stub generation.

FSEvents Quirks

chmod will result in an ItemChangeOwner event.

History

This library is based on the ocaml-osx-fsevents bindings originally written by David Sheets, and now renamed and maintained by the MirageOS project.

Dependencies (4)

  1. ctypes >= "0.4.0"
  2. cf >= "0.4"
  3. base-bytes
  4. dune >= "2.8"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. fsevents-lwt

Conflicts

None