1 { lib, fetchurl, buildDunePackage, fetchpatch
2 , stdlib-shims, bigarray-compat, fmt
3 , alcotest, hxd, crowbar, bigstringaf
13 url = "https://github.com/mirage/duff/releases/download/v${version}/duff-v${version}.tbz";
14 sha256 = "4795e8344a2c2562e0ef6c44ab742334b5cd807637354715889741b20a461da4";
17 propagatedBuildInputs = [ stdlib-shims bigarray-compat fmt ];
29 description = "Pure OCaml implementation of libXdiff (Rabin’s fingerprint)";
30 homepage = "https://github.com/mirage/duff";
31 license = lib.licenses.mit;
32 maintainers = [ lib.maintainers.vbgl ];