opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
depends: [
  "ocaml"
  "camlp4"
  "core_extended" {>= "111.28.00" & < "112.02.00"}
  "patience_diff" {>= "111.28.00" & < "111.29.00"}
  "pcre"
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "File Diff using the Patience Diff algorithm"
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/111.28.00/individual/patdiff-111.28.00.tar.gz"
  checksum: "md5=8619011d0696c5b30e4dfe727dc80aaf"
}
