package testo-diff

  1. Overview
  2. No Docs
Pure-OCaml diff implementation

Install

dune-project
 Dependency

Authors

Maintainers

Sources

testo-0.3.4.tbz
sha256=50c4ad248a3234274c84f80b56d2c4007238c65cfd1e0a66b1952deaf04a4765
sha512=522c856350ea1cc3ca17cde59cbd50440ff36681952f672cfa0ba4451db41343a6de3ca0101f7d4465d30de3f337f226df289bbc21780f8a18a6d9a622e3fb55

Description

This is a pure-OCaml implementation for computing line-by-line diffs. The current implementation uses an algorithm similar to gestalt pattern matching ported to OCaml by Gabriel Jaldon from Paul Butler's Python implementation. See https://github.com/paulgb/simplediff

Published: 18 Jan 2026

Dependencies (3)

  1. ppx_deriving
  2. ocaml >= "4.08.0"
  3. dune >= "3.18"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. testo-util >= "0.2.0"

Conflicts

None