opam-version: "2.0"
maintainer: "jun.furuse@gmail.com"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [
  ["omake" "uninstall"]
]
depends: [
  "ocaml" {>= "4.00.0" & < "4.01.0"}
  "ocamlfind"
  "sexplib" {< "v0.15"}
  "omake"
  "type_conv"
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "OCaml-indent: OCaml source code indenter"
description: """
OCaml-indent is an OCaml source code indenter. 

* Lexer based, simple, easy to maintain, robust against P4 extensions.

* It simply indents OCaml source code with a CLI like: ./ocaml-indent foo.ml 

* Editors should communicate with the CLI. An Emacs interface, 
  ocaml-indent.el is currently available.

* Just fixes indentations. No other code beautifier included.

The indentation tries to follow my style as possible. Neither the
official one (does it exists?) or something already available
(i.e. ocaml-mode/tuareg)."""
url {
  src: "https://bitbucket.org/camlspotter/ocaml-indent/get/1.1.0.tar.gz"
  checksum: "md5=267e7493f0bc4e974d9c28896560d0a5"
}
