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
-
- bugfix: graceful warning on stale symlinks (reported by
Vincent Hanquez)
- 3.09.3.2
-
- bugfix: deal with identifiers not in the source (camlp4
generated ones)
- bugfix: broken -camlp4 option
- 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.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
- ./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
26 Mar 2008
by Hendrik