1 { lib, fetchurl, buildDunePackage
2 , astring, fmt, logs, ocaml_lwt
6 pname = "irmin-watcher";
12 url = "https://github.com/mirage/irmin-watcher/releases/download/${version}/irmin-watcher-${version}.tbz";
13 sha256 = "sha256-vq4kwaz4QUG9x0fGEbQMAuDGjlT3/6lm8xiXTUqJmZM=";
16 propagatedBuildInputs = [ astring fmt logs ocaml_lwt ];
19 homepage = "https://github.com/mirage/irmin-watcher";
20 description = "Portable Irmin watch backends using FSevents or Inotify";
21 license = lib.licenses.isc;
22 maintainers = [ lib.maintainers.vbgl ];