1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: libfilesys-notify-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Angel Abad <angel@debian.org>,
Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libtest-sharedfork-perl <!nocheck>,
perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfilesys-notify-simple-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfilesys-notify-simple-perl.git
Homepage: https://metacpan.org/release/Filesys-Notify-Simple
Package: libfilesys-notify-simple-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Multi-Arch: foreign
Description: simple file system monitor
Filesys::Notify::Simple is a Perl module that provides a simple and unified
interface to get notifications of changes for a given filesystem path. It can
use inotify2 on Linux or fsevents on Mac OS X, kqueue on FreeBSD,
FindFirstChangeNotification on Windows and otherwise falls back to a full
directory scan.
|