opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
depends: [
  "ocaml" {>= "4.00.0"}
  "camlp4"
  "core_extended" {= "109.09.00"}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "File Diff using the Patience Diff algorithm"
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/109.09.00/individual/patdiff-109.09.00.tar.gz"
  checksum: "md5=47173497c1d78ea7a617a40bca913127"
}
