package irmin-watcher

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-watcher-0.1.3.tbz
md5=ecd8c4e531c27b79d39d41163f3305a7

Description

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.

Published: 15 Aug 2016

README

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

0.1.3

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.

Dependencies (9)

  1. astring
  2. fmt
  3. logs
  4. lwt >= "2.4.7" & < "4.0.0"
  5. cppo build
  6. topkg build
  7. ocamlbuild build
  8. ocamlfind build
  9. ocaml >= "4.02.0"

Dev Dependencies (1)

  1. alcotest with-test

Conflicts

None