File: control

package info (click to toggle)
libalgorithm-diff-xs-perl 0.04-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 260 kB
  • ctags: 518
  • sloc: perl: 913; makefile: 11
file content (25 lines) | stat: -rw-r--r-- 1,209 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
Source: libalgorithm-diff-xs-perl
Section: perl
Priority: optional
Build-Depends: perl, debhelper (>= 9.20120312~), libalgorithm-diff-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/Algorithm-Diff-XS
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libalgorithm-diff-xs-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libalgorithm-diff-xs-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libalgorithm-diff-xs-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
 libalgorithm-diff-perl
Description: module to find differences between files (XS accelerated)
 Algorithm::Diff::XS is a Perl diff utility module based on Joe Schaefer's
 excellent but not very well-known Algorithm::LCS module, with a drop-in
 interface identical to Algorithm::Diff.
 .
 Note that only the LCSidx function is optimized in XS at the moment, which
 means only compact_diff will get significantly faster for large data sets,
 while diff and sdiff will run in identical speed as Algorithm::Diff.