File: control

package info (click to toggle)
liblinux-inotify2-perl 1%3A2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 156 kB
  • sloc: perl: 147; makefile: 3
file content (37 lines) | stat: -rw-r--r-- 1,495 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
37
Source: liblinux-inotify2-perl
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 12), perl, libcommon-sense-perl
Maintainer: Joao Eriberto Mota Filho <eriberto@debian.org>
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: http://software.schmorp.de/pkg/Linux-Inotify2.html
Vcs-Browser: https://salsa.debian.org/debian/liblinux-inotify2-perl
Vcs-Git: https://salsa.debian.org/debian/liblinux-inotify2-perl.git

Package: liblinux-inotify2-perl
Architecture: linux-any
Multi-Arch: same
Depends: ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends},
         libcommon-sense-perl
Suggests: iwatch
Description: scalable directory and file change notification
 inotify (inode notify) is a Linux kernel subsystem that monitors events in
 filesystems and reports those events to applications in real time.
 .
 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.
 .
 This module implements an interface to the Linux 2.6.13 and later inotify
 directory and file change notification system.
 .
 It has a number of advantages over the Linux::Inotify module:
   - It is portable (Linux::Inotify only works on x86).
   - The equivalent of fullname works correctly.
   - It is better documented.
   - It has callback-style interface, which is better suited for integration.
 .
 This package provides the Perl module Linux::Inotify2.