1{ ocamlPackages }:
2
3with ocamlPackages;
4
5janePackage {
6 name = "patdiff";
7 hash = "15b6nkmd2z07j4nnmkb2g6qn3daw2xmmz3lgswkj03v29ffib014";
8 buildInputs = [ core_extended expect_test_helpers patience_diff ocaml_pcre ];
9 meta = {
10 description = "File Diff using the Patience Diff algorithm";
11 };
12}