File: control

package info (click to toggle)
libogg-vorbis-header-pureperl-perl 1.05-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 188 kB
  • sloc: perl: 340; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,273 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
Source: libogg-vorbis-header-pureperl-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libogg-vorbis-header-pureperl-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libogg-vorbis-header-pureperl-perl.git
Homepage: https://metacpan.org/release/Ogg-Vorbis-Header-PurePerl
Rules-Requires-Root: no

Package: libogg-vorbis-header-pureperl-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Multi-Arch: foreign
Description: pure Perl interface to Ogg Vorbis information fields
 Ogg::Vorbis::Header::PurePerl is an object-oriented interface to Ogg Vorbis
 information and comment fields, implemented entirely in Perl. Intended to be a
 drop in replacement for Ogg::Vobis::Header.
 .
 Unlike Ogg::Vorbis::Header, this module will go ahead and fill in all of the
 information fields as soon as you construct the object. In other words, the new
 and load constructors have identical behavior.