opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Capital LLC <opensource@janestreet.com>"]
license: "Apache-2.0"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  [make]
]
remove: [
  ["ocamlfind" "remove" "patience_diff"]
]
depends: [
  "ocaml" {>= "4.00.1"}
  "camlp4"
  "ocamlfind" {>= "1.3.2"}
  "core_kernel" {= "111.21.00"}
  "pipebang" {= "110.01.00"}
  "sexplib" {= "111.17.00"}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "Diff library using Bram Cohen's patience diff algorithm."
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/111.21.00/individual/patience_diff-111.21.00.tar.gz"
  checksum: "md5=11d886670129bef02eca399ae7881723"
}
