otags: Emacs and vi Tag Generation for Ocaml

otags generates TAGS files suitable for emacs and vi/vim from ocaml sources. otags employs camlp4 for parsing. Therefore otags can easily handle files that use camlp4 syntax extensions. The current version is 3.09.3.3 to be used with ocaml 3.09.3.

Recent Changes

3.09.3.3
3.09.3.2
3.09.3
See also the file CHANGES in the distribution.

Download

Latest version: [otags-3.09.3.3.tar.gz].

Previous versions: [otags-3.09.3.2.tar.gz]. [otags-3.09.3.tar.gz]. [otags-3.09.0.1.tar.gz].

Versions prior to 3.09 can be found at the pages of the former maintainers Cuihtlauac Alvarado and Jean-Francois MONIN.

Installation

  1. ./configure

    Optionally use --prefix, --bindir or --libdir if you don't like the default installation directories.

  2. make
  3. make install

    You might need to become superuser before make install.

See the README file for more details.


last changed on 26 Mar 2008 by Hendrik