1 { lib, fetchFromGitHub, buildDunePackage
2 , lwt # optional lwt support
3 , ounit2, fileutils # only for tests
10 src = fetchFromGitHub {
12 repo = "ocaml-inotify";
14 hash = "sha256-Vg9uVIx6/OMS1WoJIHwZbSt5ZyFy+Xgw5167FJWGslg=";
17 buildInputs = [ lwt ];
19 checkInputs = [ ounit2 fileutils ];
24 description = "Bindings for Linux’s filesystem monitoring interface, inotify";
25 license = lib.licenses.lgpl21;
26 maintainers = [ lib.maintainers.vbgl ];
27 inherit (src.meta) homepage;
28 platforms = lib.platforms.linux;