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.14" & < "v0.15"} "core_kernel" {>= "v0.14" & < "v0.15"} "patience_diff" {>= "v0.14" & < "v0.15"} "ppx_jane" {>= "v0.14" & < "v0.15"} "dune" {>= "2.0.0"} "pcre" "re" {>= "1.8.0"} ] synopsis: "File Diff using the Patience Diff algorithm" url { src: "https://ocaml.janestreet.com/ocaml-core/v0.14/files/patdiff-v0.14.0.tar.gz" checksum: [ "sha256=fbe06078bdb58f3e0c165998ecb82de6983a173c62f0f9f3ae4e914e645204e1" "md5=12319e1918cf37f2800fd5aef272b398" ] }