brainix/sources/nixpkgs/pkgs/tools/misc/patdiff/default.nix
2026-02-13 17:06:24 +09:00

12 lines
310 B
Nix

{ ocamlPackages }:
with ocamlPackages;
janePackage {
pname = "patdiff";
hash = "04krzn6rj2r81z55pms5ayk6bxhlxrm006cbhy0m6rc69a0h00lh";
buildInputs = [ core_extended expect_test_helpers patience_diff ocaml_pcre shell ];
meta = {
description = "File Diff using the Patience Diff algorithm";
};
}