diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-09-22 06:48:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-09-22 06:48:58 +0000 |
commit | 1e777d2df1c57e8ed8f66b9d1d9b933dca50b6aa (patch) | |
tree | 71abf329ec847e905755b15cbc771e87417ceb28 /textproc/libdiff/pkg-descr | |
parent | Update to the 20180916 snapshot of GCC 9. (The last two weeks' versions (diff) |
libdiff is a C library generating the shortest edit script, longest common
subsequence, and edit distance between arbitrary sequences of bytes. It derives
from Tatsuhiko Kubo's onp and dtl.
WWW: https://github.com/kristapsdz/libdiff
Diffstat (limited to 'textproc/libdiff/pkg-descr')
-rw-r--r-- | textproc/libdiff/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/libdiff/pkg-descr b/textproc/libdiff/pkg-descr new file mode 100644 index 000000000000..afd745647e06 --- /dev/null +++ b/textproc/libdiff/pkg-descr @@ -0,0 +1,5 @@ +libdiff is a C library generating the shortest edit script, longest common +subsequence, and edit distance between arbitrary sequences of bytes. It derives +from Tatsuhiko Kubo's onp and dtl. + +WWW: https://github.com/kristapsdz/libdiff |