All Projects → OCamlPro → ocp-index

OCamlPro / ocp-index

Licence: other
Easy access to the interface information of installed OCaml libraries for editors like Emacs and Vim.

Programming Languages

ocaml
1615 projects
emacs lisp
2029 projects
Vim Script
2826 projects

ocp-index is a light-weight tool and library providing easy access to the information contained in your OCaml cmi/cmt/cmti files. It can be used to provide features like library interface browsing, auto-completion, show-type and goto-source.

This source tree builds:

  • ocp-index.lib, the engine as a library
  • the ocp-index command-line tool
  • the ocp-grep command-line tool, that can search code for a given qualified OCaml ident (including uses after opens, etc.)
  • the ocp-browser tool, which is a browser for installed OCaml APIs on the terminal

The first tree are part of opam package ocp-index, and the latter is in its own ocp-browser package.

ocp-index is part of TypeRex, developed and maintained by OCamlPro. Documentation to install and use this tool is available on http://www.typerex.org/ocp-index.html

It is released under LGPL v3 with linking exception.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].