Paketname | otags |
Beschreibung | tool for building TAGS files from OCaml sources |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 3.09.3-3build1 |
Sektion | universe/devel |
Priorität | optional |
Installierte Größe | 272 Byte |
Hängt ab von | ocaml-base-nox-3.11.2, camlp5 |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 39800 Byte |
Prüfsumme MD5 | f9f024b2774a2ad5449dd315b2cabf21 |
Prüfsumme SHA1 | 37e9039b8fc8a23bb44b0cd16503c6a35128c0be |
Prüfsumme SHA256 | 0efc52ade0bde17df9e7f73879308aa49843eb156425c5e9f4ff0867cee4853c |
Link zum Herunterladen | otags_3.09.3-3build1_i386.deb |
Ausführliche Beschreibung | otags is a tool for building "TAGS" files for emacs and vi. TAGS
files provide the editor with an index table, mapping important
symbol names to locations in source files. This allows the developer
to quickly jump to a function in a different file than the one he is
currently visiting in the buffer.
.
otags parses a set of OCaml source files in either the standard or
revised syntax, and creates a TAGS file with the locations
of functions, type declarations, record fields, sum type constructors,
etc...
|