opam-version: "2.0"
maintainer: "contact@ocamlpro.com"
homepage: "http://www.typerex.org/ocp-indent.html"
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.6-beta"}
  "cmdliner" {<= "0.9.7"}
]
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."
url {
  src: "https://github.com/OCamlPro/ocp-indent/archive/1.3.2.tar.gz"
  checksum: "md5=2cbf6c2615e75fd6f963db35004a3f61"
}
tags: ["org:ocamlpro"]
