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 80 81 82 83 84 85 86 87 88 89 90
|
Source: sbcl
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>,
Peter Van Eynde <pvaneynd@debian.org>
Section: lisp
Priority: optional
Build-Depends: debhelper-compat (= 13),
debhelper (>= 12.8~),
# Arch list to keep in sync with debian/rules
clisp [!amd64 !arm64 !armel !armhf !i386 !powerpc !ppc64 !ppc64el !sh4],
ecl [sh4],
sbcl [amd64 arm64 armel armhf i386 powerpc ppc64 ppc64el],
sbcl-source,
texinfo,
libzstd-dev,
texlive-extra-utils,
texlive,
graphviz,
ghostscript,
texlive-plain-generic,
texlive-font-utils,
cm-super-minimal,
time,
netbase,
ed,
strace
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/common-lisp-team/sbcl
Vcs-Git: https://salsa.debian.org/common-lisp-team/sbcl.git
Homepage: http://www.sbcl.org
Rules-Requires-Root: no
Package: sbcl
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: binfmt-support | systemd
Suggests: sbcl-doc,
sbcl-source,
slime
Breaks: cl-asdf (<< 2:3.3.3-4~),
cl-cffi (<< 1:0.22.1-1~),
cl-nibbles (<< 20210520.gitdad2524-1~)
Provides: lisp-compiler,
${sbcl:fasl-version}
Description: 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.
Package: sbcl-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: 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.
Package: sbcl-source
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: 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.
|