app-emacs/vm: remove -9999 ebuild due to ::gentoo not havgin bzr
[gentoo.git] / app-emacs / slime / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4 <maintainer type="project">
5   <email>gnu-emacs@gentoo.org</email>
6   <name>Gentoo GNU Emacs project</name>
7 </maintainer>
8 <maintainer type="project">
9   <email>common-lisp@gentoo.org</email>
10   <name>Gentoo Common Lisp Project</name>
11 </maintainer>
12 <longdescription>
13   SLIME: The Superior Lisp Interaction Mode for Emacs.  SLIME is a
14   fresh, new Emacs mode for Common Lisp development inspired by existing
15   systems such Emacs Lisp and ILISP. Feature highlights include:
16
17     * slime-mode: An Emacs minor-mode to enhance lisp-mode with:
18       o Code evaluation, compilation, and macroexpansion.
19       o Online documentation (describe, apropos, hyperspec).
20       o Definition finding (aka Meta-Point aka M-.).
21       o Symbol and package name completion.
22       o Automatic macro indentation based on &amp;body.
23       o Cross-reference interface (WHO-CALLS, etc).
24       o ... and more.
25
26     * SLDB: Common Lisp debugger with an Emacs-based user interface.
27
28     * REPL: The Read-Eval-Print Loop ("top-level") is written in Emacs
29       Lisp for tighter integration with Emacs. The REPL also has builtin
30       "shortcut" commands similar those of the McCLIM Listener.
31
32     * Compilation notes: SLIME is able to take compiler messages and
33       annotate them directly into source buffers.
34
35     * Inspector: Interactive object-inspector in an Emacs buffer.
36 </longdescription>
37 <stabilize-allarches/>
38 <use>
39   <flag name="xref">Install xref.lisp cross-referencing tool</flag>
40 </use>
41 <upstream>
42   <remote-id type="github">slime/slime</remote-id>
43 </upstream>
44 </pkgmetadata>