1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN" "HTTP://WWW.W3.ORG/TR/HTML4/LOOSE.DTD">
<HTML> <HEAD>
<TITLE>otags: Emacs and vi Tag Generation for Ocaml</TITLE>
<STYLE type="text/css">
h1 { background:#ffd240; color:#ff0000; text-align:center }
h2 { background:#ffd240; color:#ff0000}
pre {
background-color: #eee;
margin-left: 2em;
margin-right: 2em;
padding: 5px;
border: 1px solid silver;
}
</STYLE>
</HEAD>
<BODY>
<H1>otags: Emacs and vi Tag Generation for Ocaml</H1>
otags generates TAGS files suitable for emacs and vi/vim from
<A HREF="http://www.ocaml.org" >ocaml</A> 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.
<P>
<H2>New in 3.09.3</H2>
<UL>
<LI>compiles without an ocaml build directory
</LI>
<LI>bug fixes:
<UL>
<LI>fix -rec, which sometimes ignored some files
</LI>
<LI>don't fail on special files (but give a warning)
</LI>
<LI>fix the distributed Makefile.depend
</LI>
</UL>
</LI>
</UL>
See also the file
<A HREF="otags/CHANGES">CHANGES</A>
in the distribution.
<P>
<H2>Download</H2>
Latest version: <A HREF="otags/otags-3.09.3.tar.gz">[otags-3.09.3.tar.gz]</A>.
<P>
Previous version:
<A HREF="otags/otags-3.09.0.1.tar.gz">[otags-3.09.0.1.tar.gz]</A>.
<P>
Versions prior to 3.09 can be found at the pages of the former
maintainers
<A HREF="http://perso.rd.francetelecom.fr/alvarado/" >Cuihtlauac
Alvarado</A> and <A
HREF="http://www-verimag.imag.fr/PEOPLE/monin/" >Jean-Francois
MONIN</A>.
<H2>Installation</H2>
<OL>
<LI>./configure
<P>
Optionally use --prefix, --bindir or --libdir if you don't like
the default installation directories.
</LI>
<LI>make
</LI>
<LI>make install
<P>
You might need to become superuser before make install.
</LI>
</OL>
See the <A HREF="otags/README" >README file</A> for more details.
<P>
<HR><FONT SIZE="-2">
last changed on
<!-- hhmts start -->28 Mar 2007
<!-- hhmts end -->
by <A HREF="/~tews">Hendrik</A>
</FONT></BODY> </HTML>
<!-- LOCAL VARIABLES: -->
<!-- MODE: HTML-HELPER -->
<!-- VERSION-CONTROL: T -->
<!-- KEPT-NEW-VERSIONS: 5 -->
<!-- DELETE-OLD-VERSIONS: T -->
<!-- END: -->
|