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