kristapsdz / libdiff

generate arbitrary sequence diffs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Synopsis

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.

To compile on any modern UNIX system, run ./configure, then make and make install.

The library (one function) is documented in its manpage.

Version snapshots are available at https://kristaps.bsd.lv/libdiff/snapshots.

License

All sources use the MIT license. See the LICENSE.md file for details.

About

generate arbitrary sequence diffs

License:MIT License


Languages

Language:C 89.2%Language:Roff 8.3%Language:Makefile 2.5%