slime 2:2.28+dfsg-1 source package in Ubuntu

Changelog

slime (2:2.28+dfsg-1) unstable; urgency=medium

  [ Sean Whitton ]
  * New upstream release.
  * Refresh patches.
  * Pass -j1 to make when building the docs.
  * Disable SBCL autopkgtest.
    slime-batch-test times out waiting for sbcl to be ready, and I haven't
    yet been able to determine why.

  [ Sébastien Villemot ]
  * Remove myself from Uploaders

 -- Sean Whitton <email address hidden>  Thu, 31 Aug 2023 14:52:04 +0100

Upload details

Uploaded by:
Debian Common Lisp Team
Uploaded to:
Sid
Original maintainer:
Debian Common Lisp Team
Architectures:
all
Section:
lisp
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
slime_2.28+dfsg-1.dsc 2.3 KiB cf5b5e75aef0dbd58afaca04d53c6bf78c4f4dcf4dce6b77841ebb0fcf68bc60
slime_2.28+dfsg.orig.tar.xz 580.7 KiB 453d8e2033d520442421cca460a21d6b140026c24598f8d4a88abb886a8fad77
slime_2.28+dfsg-1.debian.tar.xz 18.5 KiB b4968f4ffdc720dbf91808a05cd18a4f929256c89747cec7da7b03d99f2ef921

Available diffs

No changes file available.

Binary packages built by this source

cl-swank: 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).

slime: 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).