Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 604 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 604 Bytes

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.