Package: libinotifytools0 Status: install ok half-configured Priority: optional Section: libs Installed-Size: 67 Maintainer: Joao Eriberto Mota Filho Architecture: amd64 Multi-Arch: same Source: inotify-tools (4.23.9.0-2) Version: 4.23.9.0-2+b1 Depends: libc6 (>= 2.38) Description: utility wrapper around inotify inotify (inode notify) is a Linux kernel subsystem that monitors events in filesystems and reports those events to applications in real time via API. . inotify can be used to monitor individual files or directories. When a directory is monitored, inotify will return events for the directory itself and for files inside the directory. . libinotifytools is a thin layer on top of the kernel interface which makes it easy to set up watches on many files at once, read events without having to deal with low-level I/O and several utility functions for inotify-related string formatting. Homepage: https://github.com/rvoicilas/inotify-tools/wiki/