opam-version: "2.0"
maintainer: "contact@ocamlpro.com"
homepage: "https://github.com/OCamlPro/ocp-indent"
license: "GPL-1.0-or-later"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
remove: [
  ["./configure" "--prefix" prefix]
  ["ocp-build" "uninstall" "-install-lib" "%{lib}%/ocp-indent" "ocp-indent" ]
]
depends: [
  "ocaml" {< "4.02.0"}
  "ocp-build" {build & >= "1.99.4-beta"}
  "cmdliner" {<= "0.9.7"}
]
patches: ["warnings.patch"]
dev-repo: "git://github.com/OCamlPro/ocp-indent"
install: [make "install"]
synopsis: "A simple tool to indent OCaml programs"
description: "Also includes bindings for popular editors."
extra-files: ["warnings.patch" "md5=2ffe5c584d94b769502d3d7b3aa0934c"]
url {
  src: "https://github.com/OCamlPro/ocp-indent/archive/1.2.0.tar.gz"
  checksum: "md5=f9ba5ac9099a5b3a7f90af9ecf557e00"
}
tags: ["org:ocamlpro"]
