opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/patience_diff" bug-reports: "https://github.com/janestreet/patience_diff/issues" dev-repo: "git+https://github.com/janestreet/patience_diff.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/patience_diff/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.08.0"} "base" {>= "v0.14" & < "v0.15"} "core_kernel" {>= "v0.14" & < "v0.15"} "ppx_jane" {>= "v0.14" & < "v0.15"} "dune" {>= "2.0.0"} ] synopsis: "Diff library using Bram Cohen's patience diff algorithm" url { src: "https://ocaml.janestreet.com/ocaml-core/v0.14/files/patience_diff-v0.14.0.tar.gz" checksum: [ "sha256=f911e98903b599d0ab9bbfcf4e9cf5a9dacb2ad5f6a73105af4318d6388e5a41" "md5=e04e7e9da45352706498f380e66b9f5e" ] }