File: control

package info (click to toggle)
libsys-gamin-perl 0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 128 kB
  • ctags: 7
  • sloc: perl: 100; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 946 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
Source: libsys-gamin-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andres Mejia <mcitadel@gmail.com>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               libgamin-dev
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsys-gamin-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsys-gamin-perl.git
Homepage: https://metacpan.org/release/Sys-Gamin/

Package: libsys-gamin-perl
Architecture: any
Depends: ${perl:Depends},
         ${shlibs:Depends},
         libgamin0,
         ${misc:Depends}
Description: Perl interface to Gamin (File Access Monitor implementation)
 The Sys::Gamin module provides a somewhat higher-level and friendlier interface
 to the Gamin File Access Monitor API. This allows one to monitor both local and
 remote (NFS-mounted) files and directories for common filesystem events.