opam-version: "2.0"
authors: "Jun Furuse"
maintainer: "jun.furuse@gmail.com"
homepage: "https://bitbucket.org/camlspotter/ocamlspot/"
bug-reports: "https://bitbucket.org/camlspotter/ocamlspot/issues?status=new&status=open"
dev-repo: "hg+https://bitbucket.org/camlspotter/ocamlspot"
build: [
  [ make "all" "opt" "BINDIR=%{bin}%" "PREFIX=%{prefix}%" ]
]
install: [
  [ make "install" "BINDIR=%{bin}%" "PREFIX=%{prefix}%" ]
]
remove: [
  [ make "uninstall" "BINDIR=%{bin}%" "PREFIX=%{prefix}%" ]
]
synopsis: "OCamlSpotter - OCaml source browsing"
description: """
OCamlSpotter is a tool for OCaml source code browsing. 

* You can search the definitions of names of values, functions, data types and modules.
* Emacs and Vim helpers help your browsing via editors.
* Definition search traverses module aliases and functor applications: if module M = N, OCamlSpotter automatically seeks the definition of M.x in N. Very helpful in the modern OCaml programming with lots of modules.

OCamlSpotter uses \\*.cmt and \\*.cmti files created by OCaml compiler 4.00.0 or newer with -bin-annot option.

In OPAM, ocamlspot.el and ocamlspot.vim is %{lib%}/ocamlspot ."""
depends: [
  "ocaml" {= "4.03.0"}
]
url {
  src: "https://bitbucket.org/camlspotter/ocamlspot/get/4.03.0.2.3.1.tar.gz"
  checksum: "md5=d589b51dfe4719dbe2af423d4d57c201"
}
