You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/cscope/metadata.xml

37 lines
1.1 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>vim@gentoo.org</email>
<name>Gentoo Vim Project</name>
</maintainer>
<maintainer type="project">
<email>gnu-emacs@gentoo.org</email>
<name>Gentoo GNU Emacs project</name>
</maintainer>
<longdescription>
Cscope is a developer's tool for browsing source code. Cscope allows
searching code for:
* cross referenced symbols
* global definitions
* callees and callers
* text strings and regular expression patterns
* files and files including a file
Other features:
* curses based (text screen)
* fast searches
* fuzzy parser supports C and is flexible enough to be useful for
C++, Java and other documents
* command line mode for inclusion in scripts or as a backend to GUIs
Cscope is distributed with xcscope which provides tight integration
with GNU Emacs.
</longdescription>
<upstream>
<remote-id type="sourceforge">cscope</remote-id>
</upstream>
</pkgmetadata>