summaryrefslogtreecommitdiff
path: root/textproc/ruby-diff-lcs/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-diff-lcs/DESCR')
-rw-r--r--textproc/ruby-diff-lcs/DESCR3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/ruby-diff-lcs/DESCR b/textproc/ruby-diff-lcs/DESCR
new file mode 100644
index 00000000000..ef5f8a8e9e5
--- /dev/null
+++ b/textproc/ruby-diff-lcs/DESCR
@@ -0,0 +1,3 @@
+Diff::LCS is a port of Perl's Algorithm::Diff that uses the McIlroy-Hunt
+longest common subsequence (LCS) algorithm to compute intelligent
+differences between two sequenced enumerable containers.