File: control

package info (click to toggle)
libnet-daap-dmap-perl 1.27-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 132 kB
  • ctags: 15
  • sloc: perl: 689; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,129 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
Source: libnet-daap-dmap-perl
Section: perl
Priority: extra
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jose Luis Rivas <ghostbar38@gmail.com>,
 gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, libmath-bigint-perl
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Net-DAAP-DMAP/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-daap-dmap-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-daap-dmap-perl.git

Package: libnet-daap-dmap-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libmath-bigint-perl
Description: Perl module for reading and writing DAAP structures
 Net::DAAP::DMAP allows reading and writing DAAP structures. A DMAP structure
 is a binary record used in Apple's DAAP protocol. It may contain other DMAP
 structures. Fields in a DMAP structure are identified by a short name
 ("msdc"). The short name is what's in the binary record, but a content codes
 list gives a long name ("dmap.databasescount") and a data type for the record
 (32-bit integer).