File: control

package info (click to toggle)
libwww-youtube-download-perl 0.65%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 348 kB
  • sloc: perl: 1,113; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,737 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
38
39
40
41
Source: libwww-youtube-download-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Angel Abad <angel@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libencode-perl <!nocheck>,
                     libhtml-parser-perl <!nocheck>,
                     libhttp-message-perl <!nocheck>,
                     libjson-maybexs-perl <!nocheck>,
                     libjson-perl <!nocheck>,
                     libmime-types-perl <!nocheck>,
                     libmock-quick-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libwww-perl <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libwww-youtube-download-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libwww-youtube-download-perl.git
Homepage: https://metacpan.org/release/WWW-YouTube-Download
Rules-Requires-Root: no

Package: libwww-youtube-download-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libencode-perl,
         libhtml-parser-perl,
         libhttp-message-perl,
         libjson-maybexs-perl,
         libjson-perl,
         libmime-types-perl,
         libwww-perl
Description: module for downloading video from YouTube
 WWW::YouTube::Download is a Perl module that provides a basic interface to
 YouTube's video sharing service. It enables developers to programmatically
 retrieve information (titles and format information), and more importantly,
 to download arbitrary videos.