This package browser is in early development. Mind the rough edges.

perl-filesys-notify-simple 0.13

Simple and dumb file system watcher

Filesys::Notify::Simple is a simple but unified interface to get notifications of changes to a given file system path. It uses inotify2 on Linux, fsevents on OS X, kqueue on FreeBSD, and FindFirstChangeNotification on Windows if they're installed, and falls back to a full directory scan if none of these are available.

Installation

Install perl-filesys-notify-simple 0.13 as follows:

guix install perl-filesys-notify-simple@0.13

Or install the latest version:

guix install perl-filesys-notify-simple

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.