2017-05-28 13:16:45 -07:00
|
|
|
{ ocamlPackages }:
|
|
|
|
|
|
|
|
with ocamlPackages;
|
|
|
|
|
|
|
|
janePackage {
|
2018-11-05 02:21:46 -08:00
|
|
|
pname = "patdiff";
|
2020-04-13 01:41:51 -07:00
|
|
|
hash = "1yqvxdmkgcwgx3npgncpdqwkpdxiqr1q41wci7589s8z7xi5nwyz";
|
2019-10-03 22:46:59 -07:00
|
|
|
buildInputs = [ core_extended expect_test_helpers patience_diff ocaml_pcre shell ];
|
2017-05-28 13:16:45 -07:00
|
|
|
meta = {
|
|
|
|
description = "File Diff using the Patience Diff algorithm";
|
|
|
|
};
|
|
|
|
}
|