File: control

package info (click to toggle)
libunicode-stringprep-perl 1.105%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 284 kB
  • ctags: 23
  • sloc: perl: 3,557; sh: 51; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,479 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
Source: libunicode-stringprep-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ioan Rogers <ioan@dirtysoft.ca>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl (>= 0.420000),
               perl
Build-Depends-Indep: libtest-nowarnings-perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libunicode-stringprep-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libunicode-stringprep-perl.git
Homepage: https://metacpan.org/release/Unicode-Stringprep
Testsuite: autopkgtest-pkg-perl

Package: libunicode-stringprep-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module for preparation of Internationalized Strings (RFC 3454)
 Unicode::Stringprep implements the stringprep framework for preparing Unicode
 text strings in order to increase the likelihood that string input and
 string comparison work in ways that make sense for typical users 
 throughout the world. The stringprep protocol is useful for protocol 
 identifier values, company and personal names, internationalized domain
 names, and other text strings. The stringprep framework does not specify
 how protocols should prepare text strings. Protocols must create profiles
 of stringprep in order to fully specify the processing options.