Files
ports/textproc/libdiff/pkg-descr
2022-09-07 22:33:21 +02:00

4 lines
190 B
Plaintext

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.