File: control

package info (click to toggle)
libflickr-api-perl 1.28-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 464 kB
  • sloc: perl: 1,471; makefile: 20
file content (36 lines) | stat: -rw-r--r-- 1,455 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
Source: libflickr-api-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Xavier Guimard <x.guimard@free.fr>,
           Alex Muntada <alexm@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libhttp-message-perl | libwww-perl (<< 6),
                     libnet-oauth-perl,
                     libtest-script-perl,
                     liburi-perl,
                     libwww-perl,
                     libxml-libxml-simple-perl,
                     libxml-parser-lite-tree-perl,
                     perl
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libflickr-api-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libflickr-api-perl.git
Homepage: https://metacpan.org/release/Flickr-API

Package: libflickr-api-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhttp-message-perl | libwww-perl (<< 6),
         libnet-oauth-perl,
         liburi-perl,
         libwww-perl,
         libxml-libxml-simple-perl,
         libxml-parser-lite-tree-perl
Description: Perl interface to the Flickr API
 Flickr::API is a simple interface for using the Flickr API in Perl. It is a
 subclass of LWP::UserAgent, so all of the various proxy, request limit, cache
 and other options are available.