Skip to content

mirage/irmin-watcher

Repository files navigation

irmin-watcher — Portable Irmin watch backends using FSevents or Inotify

%%VERSION%%

irmin-watcher implements Irmin's watch hooks for various OS, using FSevents in OSX and Inotify on Linux.

irmin-watcher is distributed under the ISC license.

Installation

irmin-watcher can be installed with opam:

opam install irmin-watcher

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is automatically generated by ocamldoc from the interfaces. It can be consulted online and there is a generated version in the doc directory of the distribution.