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 to be used with ocaml 3.09.3.
New in 3.09.3
- compiles without an ocaml build directory
- bug fixes:
- fix -rec, which sometimes ignored some files
- don't fail on special files (but give a warning)
- fix the distributed Makefile.depend
See also the file
CHANGES
in the distribution.
Download
Latest version: [otags-3.09.3.tar.gz].
Previous version:
[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
- ./configure
Optionally use --prefix, --bindir or --libdir if you don't like
the default installation directories.
- make
- make install
You might need to become superuser before make install.
See the README file for more details.
last changed on
28 Mar 2007
by Hendrik