File: control

package info (click to toggle)
libtext-diff-formattedhtml-perl 0.08-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 208; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,294 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
29
30
31
Source: libtext-diff-formattedhtml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libalgorithm-diff-perl <!nocheck>,
                     libfile-slurp-perl <!nocheck>,
                     libstring-diff-perl <!nocheck>,
                     perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-diff-formattedhtml-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-diff-formattedhtml-perl.git
Homepage: https://metacpan.org/release/Text-Diff-FormattedHTML
Rules-Requires-Root: no

Package: libtext-diff-formattedhtml-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libalgorithm-diff-perl,
         libfile-slurp-perl,
         libstring-diff-perl,
         libtest-simple-perl
Description: Perl module to generate a colorful HTML diff of strings/files
 Text::Diff::FormattedHTML presents in an HTML table the difference
 between two files or strings. A default CSS is provided for some (nice?)
 formatting.
 .
 Text::Diff::FormattedHTML was inspired by the GitHub diff view.