File: control

package info (click to toggle)
libanyevent-feed-perl 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 152 kB
  • sloc: perl: 165; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,186 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
Source: libanyevent-feed-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <nickm@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libanyevent-http-perl,
                     libanyevent-perl,
                     libxml-feed-perl,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libanyevent-feed-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libanyevent-feed-perl.git
Homepage: https://metacpan.org/release/AnyEvent-Feed
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libanyevent-feed-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libanyevent-http-perl,
         libanyevent-perl,
         libxml-feed-perl
Description: Perl module to retrieve new entries in an RSS/Atom feed
 AnyEvent::Feed implements some glue between AnyEvent::HTTP and XML::Feed. It
 can fetch an RSS/Atom feed on a regular interval as well as at customized
 times. It also keeps track of already fetched entries so that you will only
 get the new entries.