nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at 20.03 12 lines 310 B view raw
1{ ocamlPackages }: 2 3with ocamlPackages; 4 5janePackage { 6 pname = "patdiff"; 7 hash = "04krzn6rj2r81z55pms5ayk6bxhlxrm006cbhy0m6rc69a0h00lh"; 8 buildInputs = [ core_extended expect_test_helpers patience_diff ocaml_pcre shell ]; 9 meta = { 10 description = "File Diff using the Patience Diff algorithm"; 11 }; 12}