File: control

package info (click to toggle)
libwebservice-youtube-perl 1.0.3-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 416 kB
  • sloc: perl: 5,070; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,323 bytes parent folder | download | duplicates (2)
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
Source: libwebservice-youtube-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libclass-accessor-perl,
                     libtest-base-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     liburi-perl,
                     libwww-perl,
                     libxml-simple-perl,
                     perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libwebservice-youtube-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libwebservice-youtube-perl.git
Homepage: https://metacpan.org/release/WebService-YouTube

Package: libwebservice-youtube-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-accessor-perl,
         liburi-perl,
         libwww-perl,
         libxml-simple-perl
Description: Perl module that provides an interface to YouTube services
 WebService::YouTube provides a Perl interface to YouTube programming interface
 and corresponding RSS services. This module only supports the Legacy API, not
 the Data API based on the Google data protocol.