package ocp-browser

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.7.tar.gz
md5=969fff19fb672c9a6c6c1feb49c72ced
sha512=13fd0885c02518a052a1ffcffac15f951b3d330f9df19cccb5373b834edeb4f7c1fbc0a8b1498e1b132a7f56a9721aa92c55b682fc5883533868400e13a1ee46

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: 13 Nov 2018

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 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 (6)

  1. lambda-term < "2.0"
  2. cmdliner
  3. ocp-index = version
  4. jbuilder >= "1.0+beta7"
  5. ocp-pp build
  6. ocaml >= "4.02.0"

Dev Dependencies

None

Used by

None

Conflicts

None