opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
depends: [
  "ocaml"
  "core_extended" {= "109.12.00"}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/janestreet/patdiff"
install: [make "install"]
synopsis: "File Diff using the Patience Diff algorithm"
url {
  src: "https://github.com/janestreet/patdiff/archive/109.12.00.tar.gz"
  checksum: "md5=9e367b9636a16967de3a0a96e1cf5545"
}
