File: control

package info (click to toggle)
libbencode-perl 1.501-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 120 kB
  • sloc: perl: 114; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,292 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
26
27
28
29
30
31
Source: libbencode-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libb-hooks-op-check-perl (>= 0.18),
                     libextutils-depends-perl (>= 0.302),
                     libb-hooks-endofscope-perl,
                     libexporter-tidy-perl,
                     libtest-differences-perl,
                     libtest-exception-perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libbencode-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libbencode-perl.git
Homepage: https://metacpan.org/release/Bencode

Package: libbencode-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libb-hooks-op-check-perl,
         libexporter-tidy-perl
Description: Perl module for BitTorrent serialisation format
 Bencode implements the BitTorrent bencode serialisation format as described
 in http://www.bittorrent.org/beps/bep_0003.html
 .
 BitTorrent is a protocol for distributing files. It identifies content by
 URL and is designed to integrate seamlessly with the web.