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
|
Source: global
Section: devel
Priority: optional
Build-Depends: debhelper (>=4.0), texinfo
Maintainer: Ron Lee <ron@debian.org>
Standards-Version: 3.6.2.1
Package: global
Architecture: any
Depends: ${shlibs:Depends}
Suggests: lynx | www-browser, doxygen (>=1.4.3), apache | httpd, id-utils
Description: Source code search and browse tools
GLOBAL is a source code tag system that works the same way across
diverse environments. Currently, it supports the following:
.
o command line, and the 'globash' query subshell.
o vim plugin, and support for other vi clones.
o less
o emacs
o web browser
.
Supported languages are C/C++ Yacc and Java.
You can locate a specified function in the source files and move
there easily. It is especially useful for hacking large projects
containing many subdirectories, many '#ifdef' and many main()
functions, like X or kernel source.
.
This package include the htmake(1) extension which allows GLOBAL's
hypertext search function to be implemented from a single central
cgi script.
.
Doxygen now supports using global as its source browser, with the
USE_HTAGS option.
|