sbcl 2:2.4.5-1 source package in Ubuntu

Changelog

sbcl (2:2.4.5-1) unstable; urgency=medium

  * New upstream release.
  * Switch to git-debrebase(1) git workflow.
    - Add README.source pointing to dgit-maint-debrebase(7).
    - Remove inactive team members from Uploaders.
      Those still interested in the package should feel free to reinstate
      themselves there, and thereby acknowledge the workflow change.
  * d/rules: Don't install src/runtime/ldb to bin:sbcl-source.
  * Drop disable-tests-traceroot.impure.lisp-on-arm64.patch.
    Equivalent change made upstream.
  * Patch tools-for-build/canonicalize-whitespace.lisp to exclude stage1/.
  * Backport upstream commit dc890089a to fix hide-packages.test.sh.

 -- Sean Whitton <email address hidden>  Fri, 31 May 2024 17:53:28 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular proposed universe devel

Downloads

File Size SHA-256 Checksum
sbcl_2.4.5-1.dsc 2.5 KiB 913b668ee6ad8c4b1bbd32a2adeefa5b3ba4cc2f0700018beffb0f8905c7ebbe
sbcl_2.4.5.orig.tar.xz 5.9 MiB 6840bfbbac62cb634f94ef3b9a4727f2ed30cdb06c230f42ce1454191b9776f8
sbcl_2.4.5-1.debian.tar.xz 77.2 KiB 2a19fec6c004bd91ee237b8b2e7934bf2d4443b7b5e0b67f7e8832b26a63509f

No changes file available.

Binary packages built by this source

sbcl: Common Lisp compiler and development system

 SBCL is a development environment for the ANSI Common Lisp language.
 It provides a native-code compiler and an integrated debugger, as well
 as all the features in the ANSI specification.
 .
 SBCL also contains other extensions to the ANSI specification, including
 a foreign-function interface, a pseudo-server API, user-extensible
 stream functionality, a Meta-Object Protocol, and an ability to run
 external processes.
 .
 To browse SBCL source definitions with development environments,
 install the sbcl-source package. For documentation on SBCL's usage
 and internals, the package sbcl-doc is provided.

sbcl-dbgsym: debug symbols for sbcl
sbcl-doc: Documentation for Steel Bank Common Lisp

 This package provides documentation for SBCL -- a development
 environment for the ANSI Common Lisp language.
 .
 The documents in this package cover SBCL-specific extensions to the
 language, explain how to use this Common Lisp implementation and how
 it differs from the ANSI standard.
 .
 The manual about SBCL's internals is also included in this package
 and may be of interest for people who intent to work with SBCL's
 source code.

sbcl-source: Source code files for SBCL

 This package provides the source code for SBCL -- a development
 environment for the ANSI Common Lisp language.
 .
 The source code is useful in conjunction with development
 environments and debuggers like SLIME, that allow macro expansion and
 lookup of source definitions.
 .
 Installing this package enables your source browser to dig deeply
 into the core of Steel Bank Common Lisp.