File: control

package info (click to toggle)
libogg-vorbis-header-pureperl-perl 1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 164 kB
  • ctags: 37
  • sloc: perl: 657; makefile: 7
file content (26 lines) | stat: -rw-r--r-- 1,215 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
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 (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libogg-vorbis-header-pureperl-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libogg-vorbis-header-pureperl-perl.git
Homepage: https://metacpan.org/release/Ogg-Vorbis-Header-PurePerl

Package: libogg-vorbis-header-pureperl-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
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.