| 12
 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
 33
 34
 35
 36
 37
 38
 39
 
 | Source: libencoding-fixlatin-xs-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 perl,
 libencoding-fixlatin-perl <!nocheck>,
 perl-xs-dev,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libencoding-fixlatin-xs-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libencoding-fixlatin-xs-perl
Homepage: https://metacpan.org/release/Encoding-FixLatin-XS
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Package: libencoding-fixlatin-xs-perl
Architecture: any
Depends:
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends}
Enhances:
 libencoding-fixlatin-perl,
Description: XS implementation layer for Encoding::FixLatin
 Most encoding conversion tools take input in one encoding
 and produce output in another encoding.
 Encoding::FixLatin takes input which may contain characters
 in more than one encoding
 and makes a best effort to convert them all to UTF-8 output.
 .
 Encoding::FixLatin::XS provides a C implementation
 of the 'fix_latin' algorithm.
 It is not meant to be called directly.
 Instead, simply install this module
 and use Encoding::FixLatin as normal.
 Encoding::FixLatin will use this module if it's found
 and will fall back to the pure-Perl implementation otherwise.
 |