File: control

package info (click to toggle)
libaudio-wav-perl 0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 188 kB
  • ctags: 86
  • sloc: perl: 1,410; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 1,101 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
Source: libaudio-wav-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Gonéri Le Bouder <goneri@rulezlan.org>,
           Damyan Ivanov <dmn@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Fabrizio Regalli <fabreg@fabreg.it>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libinline-c-perl | libinline-perl (<< 0.57~)
Build-Depends-Indep: perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libaudio-wav-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libaudio-wav-perl.git
Homepage: https://metacpan.org/release/Audio-Wav

Package: libaudio-wav-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Recommends: libinline-c-perl | libinline-perl (<< 0.57~)
Description: modules for manipulating WAV Audio files
 Audio::Wav is a collection of Perl modules that provide mechanisms to read,
 parse and write uncompressed Microsoft WAV audio files. It is a Pure Perl
 module, so it is extremely portable at the cost of performance.