2017-05-28 21:16:45 +01:00
|
|
|
{ ocamlPackages }:
|
|
|
|
|
|
|
|
with ocamlPackages;
|
|
|
|
|
|
|
|
janePackage {
|
2018-11-05 10:21:46 +00:00
|
|
|
pname = "patdiff";
|
2019-10-04 06:46:59 +01:00
|
|
|
hash = "04krzn6rj2r81z55pms5ayk6bxhlxrm006cbhy0m6rc69a0h00lh";
|
|
|
|
buildInputs = [ core_extended expect_test_helpers patience_diff ocaml_pcre shell ];
|
2017-05-28 21:16:45 +01:00
|
|
|
meta = {
|
|
|
|
description = "File Diff using the Patience Diff algorithm";
|
|
|
|
};
|
|
|
|
}
|