package ocp-index
Install
Dune Dependency
Authors
Maintainers
Sources
md5=8ba7ad0ff42d98e82c1359f97b98a692
sha512=54a5aad2b99126fe14e7e9c98184e58b497cbc0e5e4ac064ebaca2bec750fc5800d97edbff4cde0a323d63cd7a5e5d9942cf05467d3149fe6e3bbf03f5fe3025
Description
This package includes
- The
ocp-index
library and command-line tool ocp-grep
, a tool that finds uses of a given (qualified) identifier in a source tree- bindings for emacs and vim (sublime text also available)
To automatically configure your editors, install this with package user-setup
.
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.
Dependencies (6)
Dev Dependencies (1)
-
odoc
with-doc
Used by (5)
-
iocaml-kernel
< "0.4.6"
-
ocaml-top
>= "1.1.3"
-
ocp-browser
< "1.1.6" | >= "1.3.7"
- ocp-index-top
- starterkit
Conflicts
None