package ocp-browser

  1. Overview
  2. Docs
Console browser for the documentation of installed OCaml libraries

Install

dune-project
 Dependency

Authors

Maintainers

Sources

1.4.0.tar.gz
md5=7224ae09fd740ce7ab7b059666e08e4b
sha512=92e6c32ae1b953ae0928e48e09dc3238a43b87165130ec85f9e73c71ea6ce38f51bc3e39768bae0eb76d06a945767a4dcbabd3a111ccf45f37b182aa16b304ad

Description

ocp-browser is a ncurses-like interface that allows to easily browse the interfaces and documentation of all installed OCaml modules.

Tags

org:ocamlpro org:typerex

Published: 24 Jul 2025

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 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.

Dependencies (7)

  1. zed >= "2.0.0"
  2. lambda-term >= "3.3.0"
  3. cmdliner >= "1.3.0"
  4. ocp-index = version
  5. dune >= "1.0"
  6. cppo build & >= "1.1.0"
  7. ocaml >= "4.08.0"

Dev Dependencies (1)

  1. odoc with-test

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.