package ocp-browser
Install
Dune Dependency
Authors
Maintainers
Sources
md5=0bc13dfb30c5dece280fd2496ca57cea
sha512=19f564a98cba92c26ebb32d46b7eb9eb60374977760c97b62c1ffa4f568d0a8e563df4a6bbc3ad7ca7760548c7c57465d1eb30ab5f3138c6fb1084d68c0cc0b0
README.md.html
README.md
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 librarythe
ocp-index
command-line toolthe
ocp-grep
command-line tool, that can search code for a given qualified OCaml ident (including uses afteropen
s, 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.