libalgorithm-diff-perl 1.201-ok1 source package in openKylin
Changelog
libalgorithm-diff-perl (1.201-ok1) yangtze; urgency=low * Build for openkylin. -- denghao <email address hidden> Mon, 22 Aug 2022 19:15:38 +0300
libalgorithm-diff-perl (1.201-ok1) yangtze; urgency=low * Build for openkylin. -- denghao <email address hidden> Mon, 22 Aug 2022 19:15:38 +0300
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libalgorithm-diff-perl_1.201.orig.tar.gz | 29.3 KiB | 0022da5982645d9ef0207f3eb9ef63e70e9713ed2340ed7b3850779b0d842a7d |
libalgorithm-diff-perl_1.201-ok1.debian.tar.xz | 1.9 KiB | 87432e682a3f91858885ac788c58408a9974ced94eba63bb33fb357cfcf26367 |
libalgorithm-diff-perl_1.201-ok1.dsc | 1.9 KiB | 2903193a75fbf9257e2ac379d01e4d6f7f4c7a4149bdc91dd3dafd8b72a6b55b |
Algorithm::Diff is a Perl module that allows users to analyze text based on a
Longest Common Subsequence (LCS) algorithm. It can compare two files and find
the differences between them, which can produce the same information as the
common Unix tool 'diff'.
.
There is an XS-optimized implementation of the core loop, which accelerates
some types of diff output (see libalgorithm-