summaryrefslogtreecommitdiffstats
path: root/python/python3-three-merge/slack-desc
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-02-22 22:53:17 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-25 09:18:04 +0700
commitbec18ea1f5127e501dc758df48c7537980109ca4 (patch)
treee75cd838a0db1ce75cb3349446b390c99a864e31 /python/python3-three-merge/slack-desc
parentbf905467acca32dbe87dd04bbeee3795d5121dca (diff)
downloadslackbuilds-bec18ea1f5127e501dc758df48c7537980109ca4.tar.gz
slackbuilds-bec18ea1f5127e501dc758df48c7537980109ca4.tar.xz
python/python3-three-merge: Added (3-way merge between strings)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--python/python3-three-merge/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-three-merge/slack-desc b/python/python3-three-merge/slack-desc
new file mode 100644
index 0000000000..83135d6a20
--- /dev/null
+++ b/python/python3-three-merge/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+python3-three-merge: python3-three-merge (perform 3-way merge between strings)
+python3-three-merge:
+python3-three-merge: three-merge is a simple Python library to perform a 3-way merge
+python3-three-merge: between strings, based on diff-match-patch. This library performs
+python3-three-merge: merges at a character level, as opposed to most VCS systems, which
+python3-three-merge: opt for a line-based approach.
+python3-three-merge:
+python3-three-merge:
+python3-three-merge:
+python3-three-merge:
+python3-three-merge: