package fsevents-lwt

  1. Overview
  2. Docs
Lwt interface to macOS FSEvents

Install

Dune Dependency

Authors

Maintainers

Sources

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

Description

An Lwt interface to the macOS FSEvents framework, using the cf-lwt library for the low-level bindings.

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

  1. lwt >= "5.0.0"
  2. cmdliner
  3. cf-lwt
  4. fsevents = version
  5. dune >= "2.8"

Dev Dependencies (2)

  1. odoc with-doc
  2. alcotest with-test

Used by (1)

  1. irmin-watcher >= "0.5.0"

Conflicts

None