opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/patdiff" bug-reports: "https://github.com/janestreet/patdiff/issues" dev-repo: "git+https://github.com/janestreet/patdiff.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/patdiff/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.08.0"} "core" {>= "v0.13" & < "v0.14"} "core_kernel" {>= "v0.13" & < "v0.14"} "patience_diff" {>= "v0.13" & < "v0.14"} "ppx_jane" {>= "v0.13" & < "v0.14"} "dune" {>= "1.5.1"} "pcre" "re" {>= "1.8.0"} ] synopsis: "File Diff using the Patience Diff algorithm" url { src: "https://ocaml.janestreet.com/ocaml-core/v0.13/files/patdiff-v0.13.0.tar.gz" checksum: [ "sha256=98f2259bd4789caaa40680ad00c1f4413812f1288ac1dcedcedca5d0ccda1a90" "md5=d19bf464dc5133c5b10ca8a1a0aca49e" ] }