package testo-diff

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

testo-0.4.0.tbz
sha256=70f9be1524b57c28f73c2c84937ee9f779478e91fa359dc63642898dd131697b
sha512=332631c8a6c031f712a54ffe6f15969abd966c4771db569905c66bd574c3ead20a5ce3feb74883f0fe93b13ab99128347917165ba4dc5c2af23ffc1aa95eb7f9

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: 06 Mar 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" | >= "0.4.0"

Conflicts

None