slackbuilds_ponce/ruby/rubygem-diff-lcs/README
Dimitris Zlatanidis a42c7aa442 ruby/rubygem-diff-lcs: Added (Generate diffs for Ruby sequences).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-12-02 06:30:57 +07:00

3 lines
230 B
Text

Diff::LCS computes the difference between two Enumerable sequences using the
McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities
to create a simple HTML diff output format and a standard diff-like tool.