cscope 15.9
Tool for browsing source code
Cscope is a text screen based source browsing tool. Although it is primarily designed to search C code (including lex and yacc files), it can also be used for C++ code.
Using cscope, you can easily search for where symbols are used and defined.
- Website: https://cscope.sourceforge.net
- Licenses: Modified BSD
- Package source: gnu/packages/code.scm
- Builds: See build status
- Issues: See known issues
Installation
Install cscope 15.9
as follows:
guix install cscope@15.9
Or install the latest version:
guix install cscope
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.