https://github.com/ocamlpro/ocp-index
Easy access to the interface information of installed OCaml libraries for editors like Emacs and Vim.
https://github.com/ocamlpro/ocp-index
Last synced: about 1 year ago
JSON representation
Easy access to the interface information of installed OCaml libraries for editors like Emacs and Vim.
- Host: GitHub
- URL: https://github.com/ocamlpro/ocp-index
- Owner: OCamlPro
- License: other
- Created: 2013-03-26T18:53:51.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-05-17T14:45:22.000Z (about 1 year ago)
- Last Synced: 2025-05-17T15:32:37.351Z (about 1 year ago)
- Language: OCaml
- Homepage: http://www.typerex.org/ocp-index.html
- Size: 2.53 MB
- Stars: 65
- Watchers: 17
- Forks: 27
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
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 `open`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.