b6d97fd731
GitOrigin-RevId: be0b453d7c7eee2090962c9a83749b024ff9acf5
12 lines
275 B
Nix
12 lines
275 B
Nix
{ ocamlPackages }:
|
|
|
|
with ocamlPackages;
|
|
|
|
janePackage {
|
|
pname = "patdiff";
|
|
hash = "1yslj6xxyv8rx8y5s1civ1zq8y6vvxmkszdds958zdm1p1ign54r";
|
|
buildInputs = [ core patience_diff ocaml_pcre ];
|
|
meta = {
|
|
description = "File Diff using the Patience Diff algorithm";
|
|
};
|
|
}
|