package ocamlspot

  1. Overview
  2. Docs
OCamlSpotter - OCaml source browsing

Install

Dune Dependency

Authors

Maintainers

Sources

ocamlspot-4.04.0.2.3.2.tar.gz
md5=7fef29d3dc907c2e7a14ecc5d8cc7e2b

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 .

Published: 11 Nov 2016

Dependencies (1)

  1. ocaml >= "4.04.0" & < "4.05.0"

Dev Dependencies

None

Used by

None

Conflicts

None