File: control

package info (click to toggle)
global 4.8.6-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,356 kB
  • ctags: 4,245
  • sloc: ansic: 26,150; lex: 1,471; perl: 1,233; sh: 1,032; lisp: 410; makefile: 158; yacc: 123
file content (34 lines) | stat: -rw-r--r-- 1,134 bytes parent folder | download
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.