Package: global Version: 6.3.2 Revision: 1 Description: Source code tagging system License: GPL BuildDepends: << libncurses5-dev << Depends: << libncurses5 << Source: mirror:gnu:%n/%n-%v.tar.gz Source-MD5: ce49e6a15e740e6ec9799a3fc64c8520 InstallScript: << make DESTDIR=%d install mv %i/share/gtags %i/share/doc mkdir -p %i/share/emacs/site-lisp mv %i/share/doc/gtags.el %i/share/emacs/site-lisp << InfoDocs: global.info DescDetail: << GNU GLOBAL is a source code tagging system that works the same way across diverse environments, such as Emacs editor, Vi editor, Less viewer, Bash shell, various web browsers, etc. You can locate various objects, such as functions, macros, structs, classes, in your source files and move there easily. It is useful for hacking a large projects which contain many sub-directories, many #ifdef and many main() functions. It is similar to ctags or etags, but is different from them in the following two points: * independence of any editor * capability to treat definition and reference << Homepage: https://www.gnu.org/software/global/ Maintainer: Brendan Cully