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 32
|
Source: libiri-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>,
Jonas Smedegaard <dr@jones.dk>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libmoo-perl,
libmoox-handlesvia-perl,
libtry-tiny-perl,
libtype-tiny-perl,
liburi-perl,
perl (>= 5.15.2)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libiri-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libiri-perl.git
Homepage: https://metacpan.org/pod/IRI
Package: libiri-perl
Architecture: all
Depends: libmoo-perl,
libmoox-handlesvia-perl,
libtype-tiny-perl,
libtry-tiny-perl,
${perl:Depends},
${misc:Depends}
Description: Handle Internationalized Resource Identifiers in Perl
The IRI module is a Perl implementation of Internationalized Resource
Identifiers (IRIs) as defined by RFC 3987.
.
See http://www.ietf.org/rfc/rfc3987.txt for the IRI specification.
|