package ocp-browser
Install
Dune Dependency
Authors
Maintainers
Sources
md5=f00f300d602e3e148e64d630d4f8a548
sha512=f743167890764d8ecad90a3925930210cf761a0534e08f57e547f0638705eb7ea4e38c48d45b8ebfe2a8d43a9e7b986bb69b5ed3624eb08911826a39ee0c0cef
Description
ocp-browser is a ncurses-like interface that allows to easily browse the interfaces and documentation of all installed OCaml modules.
README
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.