libalgorithm-diff-perl 1.201-ok2 source package in openKylin

Changelog

libalgorithm-diff-perl (1.201-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- denghao <email address hidden>  Fri, 16 Sep 2022 11:21:44 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl
Huanghe V3.0 release main perl
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libalgorithm-diff-perl_1.201.orig.tar.gz 29.3 KiB 0022da5982645d9ef0207f3eb9ef63e70e9713ed2340ed7b3850779b0d842a7d
libalgorithm-diff-perl_1.201-ok2.debian.tar.xz 1.9 KiB 1a1ddaf10a08d37793884fdf00be0489d5e7312fad4dd1dce2b0cbb10c4827e4
libalgorithm-diff-perl_1.201-ok2.dsc 1.8 KiB 90fcbb3b4d026c2fd37076096b7483a53af5ae7d038b5bd2566bbbb0552b7ac2

Available diffs

View changes file

Binary packages built by this source

libalgorithm-diff-perl: module to find differences between files

 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-diff-xs-perl).