package duff

  1. Overview
  2. Docs

Description

This library provides a pure implementation of Rabin's fingerprint and diff algorithm in OCaml.

It follows libXdiff C library. It is used by ocaml-git project.

Published: 16 Oct 2018

Dependencies (9)

  1. fpath >= "0.7.0"
  2. bos >= "0.2.0"
  3. fmt >= "0.8.5"
  4. logs >= "0.6.2"
  5. cmdliner >= "1.0.2" & < "1.1.0"
  6. cstruct < "6.1.0"
  7. fmt
  8. dune
  9. ocaml >= "4.03.0" & < "5.1"

Dev Dependencies (1)

  1. alcotest with-test

Used by (1)

  1. git >= "2.0.0" & < "3.0.0"

Conflicts

None