opam-version: "1"
name: "ocp-indent"
version: "1.4.2"
maintainer: "contact@ocamlpro.com"
homepage: "http://www.typerex.org/ocp-indent.html"
license: "LGPL"
tags: [
  "org:ocamlpro"
  "org:typerex"
]
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
depends: [
  "ocp-build" {>= "1.99.6-beta"}
  "cmdliner"
]
post-messages: [
  "OCP-INDENT installed.

To use it from emacs, add the following to your .emacs:
  (add-to-list 'load-path \"%{share}%/emacs/site-lisp\")
  (require 'ocp-indent)

To use it from Vim, add to your .vimrc:
  execute \":source \" . \"%{share}%/vim/syntax/ocp-indent.vim\"
"
  {success}
]
