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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
Source: slime
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders:
Peter Van Eynde <pvaneynd@debian.org>,
Milan Zamazal <pdm@debian.org>,
Sébastien Villemot <sebastien@debian.org>,
Sean Whitton <spwhitton@spwhitton.name>,
Build-Depends:
debhelper (>= 12.8~),
debhelper-compat (= 13),
dh-elpa,
texinfo,
texlive,
texlive-extra-utils,
texlive-latex-extra,
texlive-plain-generic,
Standards-Version: 4.5.1
Homepage: https://common-lisp.net/project/slime/
Vcs-Git: https://salsa.debian.org/common-lisp-team/slime.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/slime
Rules-Requires-Root: no
Package: cl-swank
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Enhances:
slime (= ${source:Version}),
Description: Superior Lisp Interaction Mode for Emacs (Lisp-side server)
SLIME is the Superior Lisp Interaction Mode for Emacs.
.
SLIME extends Emacs with support for interactive programming in Common Lisp.
The features are centered around slime-mode, an Emacs minor-mode that
complements the standard lisp-mode. While lisp-mode supports editing Lisp
source files, slime-mode adds support for interacting with a running Common
Lisp process for compilation, debugging, documentation lookup, and so on.
.
The slime-mode programming environment follows the example of Emacs’s native
Emacs Lisp environment. It also includes good ideas from similar systems
(such as ILISP) and some new ideas.
.
SLIME is compatible with the following free Common Lisp implementations:
CMUCL, SBCL, CCL, CLISP, ECL, ABCL.
.
This package contains the Lisp-side server, needed by the Emacs client
(see package slime).
Package: slime
Architecture: all
Depends:
${elpa:Depends},
${misc:Depends},
Recommends:
cl-swank (= ${source:Version}),
emacs,
info | info-browser,
Suggests:
hyperspec,
Description: Superior Lisp Interaction Mode for Emacs (client)
SLIME is the Superior Lisp Interaction Mode for Emacs.
.
SLIME extends Emacs with support for interactive programming in Common Lisp.
The features are centered around slime-mode, an Emacs minor-mode that
complements the standard lisp-mode. While lisp-mode supports editing Lisp
source files, slime-mode adds support for interacting with a running Common
Lisp process for compilation, debugging, documentation lookup, and so on.
.
The slime-mode programming environment follows the example of Emacs’s native
Emacs Lisp environment. It also includes good ideas from similar systems
(such as ILISP) and some new ideas.
.
SLIME is compatible with the following free Common Lisp implementations:
CMUCL, SBCL, CCL, CLISP, ECL, ABCL.
.
This package contains the Emacs client, that will connect to the
Lisp-side server (see package cl-swank).
|