Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at release-19.03 12 lines 304 B view raw
1{ ocamlPackages }: 2 3with ocamlPackages; 4 5janePackage { 6 pname = "patdiff"; 7 hash = "02cdn5j5brbp4n2rpxprzxfakjbl7n2llixg7m632bih3ppmfcq1"; 8 buildInputs = [ core_extended expect_test_helpers patience_diff ocaml_pcre ]; 9 meta = { 10 description = "File Diff using the Patience Diff algorithm"; 11 }; 12}