package irmin-watcher

  1. Overview
  2. Docs
Portable Irmin watch backends using FSevents or Inotify

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-watcher-0.2.0.tbz
md5=2f0c8acc45f96f71d93c8e639654e7b0

README.md.html

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

0.2.0

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.