File: control

package info (click to toggle)
libnet-idn-encode-perl 2.400-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,272 kB
  • ctags: 51
  • sloc: perl: 411; makefile: 9
file content (28 lines) | stat: -rw-r--r-- 1,208 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
Source: libnet-idn-encode-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry E. Oboukhov <unera@debian.org>,
           CSILLAG Tamas <cstamas@cstamas.hu>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               libtest-nowarnings-perl,
               libmodule-build-perl (>= 0.420000)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-idn-encode-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-idn-encode-perl.git
Homepage: https://metacpan.org/release/Net-IDN-Encode

Package: libnet-idn-encode-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: Internationalizing Domain Names in Applications (IDNA)
 Net::IDN::Encode provides an easy-to-use interface to encode and decode
 Internationalized Domain Names (IDNs).
 .
 IDNs use characters drawn from a large repertoire (Unicode), but IDNA
 allows the non-ASCII characters to be represented using only the ASCII
 characters already allowed in so-called host names today
 (letter-digit-hypen, /[A-Z0-9-]/i).