opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/patdiff"
license: "Apache-2.0"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
depends: [
  "ocaml" {< "4.03"}
  "camlp4"
  "core_extended" {>= "113.00.00" & < "113.01.00"}
  "patience_diff" {>= "112.24.00" & < "112.25.00"}
  "pcre"
  "ocamlbuild" {build}
]
bug-reports: "https://github.com/janestreet/patdiff/issues"
dev-repo: "git+https://github.com/janestreet/patdiff.git"
install: [make "install"]
synopsis: "File Diff using the Patience Diff algorithm"
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/113.00/files/patdiff-113.00.00.tar.gz"
  checksum: "md5=8d1804ba3a70bb990bf9aad05d41c5ff"
}
