File: control

package info (click to toggle)
libhttp-link-parser-perl 0.200-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: perl: 234; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 964 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
29
30
Source: libhttp-link-parser-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libhttp-message-perl,
 librdf-trine-perl,
 liburi-perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
 Florian Schlichting <fsfs@debian.org>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-link-parser-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-link-parser-perl
Homepage: https://metacpan.org/release/HTTP-Link-Parser
Testsuite: autopkgtest-pkg-perl

Package: libhttp-link-parser-perl
Architecture: all
Depends:
 libhttp-message-perl,
 liburi-perl,
 ${perl:Depends},
 ${misc:Depends},
Recommends:
 librdf-trine-perl,
Description: parse HTTP Link headers
 HTTP::Link::Parser parses HTTP "Link" headers found in an
 HTTP::Response object. Headers should conform to the format described
 in RFC 5988.