File: control

package info (click to toggle)
libtex-encode-perl 2.005-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 236 kB
  • sloc: perl: 1,339; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,214 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: libtex-encode-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 (>= 11)
Build-Depends-Indep: libhtml-parser-perl,
                     libpod-latex-perl,
                     perl (>= 5.15.9)
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtex-encode-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtex-encode-perl.git
Homepage: https://metacpan.org/release/TeX-Encode

Package: libtex-encode-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libhtml-parser-perl,
         libpod-latex-perl
Description: Perl module to transform UTF-8 strings into TeX
 TeX::Encode provides a simple way to encode arbitrary UTF-8 strings into LaTeX
 escapes using mapping tables provided by Pod::LaTeX and HTML::Entities.
 .
 This module only covers a subset of the Unicode character set and has limited
 facilities for converting TeX back to UTF-8 (this is because TeX is in essence
 a programming language, and this module does not yet implement TeX).