File: control

package info (click to toggle)
libunicode-casefold-perl 1.01-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 356 kB
  • sloc: perl: 366; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 941 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
Source: libunicode-casefold-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               libmodule-build-perl,
               perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libunicode-casefold-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libunicode-casefold-perl.git
Homepage: https://metacpan.org/release/Unicode-CaseFold

Package: libunicode-casefold-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: module for Unicode case-folding
 Unicode::CaseFold provides Unicode case-folding for Perl. Case-folding is a
 tool that allows a program to make case-insensitive string comparisons or do
 case-insensitive lookups.