2017-05-28 21:16:45 +01:00
|
|
|
{ ocamlPackages }:
|
|
|
|
|
|
|
|
with ocamlPackages;
|
|
|
|
|
|
|
|
janePackage {
|
2018-11-05 10:21:46 +00:00
|
|
|
pname = "patdiff";
|
2018-07-05 20:40:30 +01:00
|
|
|
hash = "02cdn5j5brbp4n2rpxprzxfakjbl7n2llixg7m632bih3ppmfcq1";
|
2017-05-28 21:16:45 +01:00
|
|
|
buildInputs = [ core_extended expect_test_helpers patience_diff ocaml_pcre ];
|
|
|
|
meta = {
|
|
|
|
description = "File Diff using the Patience Diff algorithm";
|
|
|
|
};
|
|
|
|
}
|