package irmin-watcher

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-watcher-0.4.1.tbz
sha256=dbc96655656f9d8c0b3220fe1eee71ccc19440e4b9e13f6e5386eb2509bca401
sha512=6d3380db308114a562a474b5c2c6a0b0aa4939790f6f927b5c1f445a0c7ce74bc575f37806f28d8ec0ba99a5234c0704c588b33dfad3488be2cab373e77c4152

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: 03 Jul 2019

README

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

0.4.1

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

  1. osx-fsevents os = "macos" & >= "0.2.0"
  2. inotify os = "linux"
  3. astring
  4. fmt
  5. logs
  6. lwt
  7. dune < "2.0"
  8. ocaml >= "4.02.0"

Dev Dependencies (2)

  1. mtime with-test & >= "1.0.0"
  2. alcotest with-test

Used by (10)

  1. current_git
  2. datakit
  3. datakit-bridge-local-git >= "0.10.0"
  4. datakit-client-git
  5. ezirmin
  6. irmin >= "0.12.0" & < "1.2.0" | = "3.4.0"
  7. irmin-cli
  8. irmin-fs >= "3.4.0"
  9. irmin-git >= "3.4.1"
  10. irmin-unix >= "0.12.0" & != "1.3.3"

Conflicts

None