1 { lib, fetchurl, buildDunePackage, ocaml
3 , alcotest, hxd, crowbar, bigstringaf
11 url = "https://github.com/mirage/duff/releases/download/v${version}/duff-${version}.tbz";
12 sha256 = "sha256-0eqpfPWNOHYjkcjXRnZUTUFF0/L9E+TNoOqKCETN5hI=";
15 propagatedBuildInputs = [ fmt ];
17 doCheck = lib.versionAtLeast ocaml.version "4.08";
27 description = "Pure OCaml implementation of libXdiff (Rabin’s fingerprint)";
28 homepage = "https://github.com/mirage/duff";
29 license = lib.licenses.mit;
30 maintainers = [ lib.maintainers.vbgl ];