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

CHANGES.md.html

0.3.0 (2021-04-26)

  • library renamed to fsevents from osx-fsevents with a new upstream at https://github.com/mirage (@avsm @samoht)

  • switch to dune (@samoht)

  • use dune-project opam file generation (@avsm).

  • support building on non-macOS by just installing a stub library (@avsm)

  • switch from Travis CI to GitHub Actions and ocaml-ci (@avsm)

0.2.0 (2016-08-15):

  • Add Fsevents.release and Fsevents_lwt.release

0.1.2 (2016-08-08):

  • Install .cmx files for OCaml 4.03.0+

0.1.1 (2016-08-08):

  • Update for ctypes >= 0.6.0

0.1.0 (2016-05-31):

  • Initial public release