mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Some checks are pending
CL-host / ecl (push) Waiting to run
CL-host / clisp (push) Waiting to run
CL-host / ccl (push) Waiting to run
CL-host / cmucl (push) Waiting to run
CL-host / sbcl (push) Waiting to run
CL-host / compare-xc-host-fasls (ccl, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (clisp, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (cmucl, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (self, false) (push) Blocked by required conditions
Linux arm / build (push) Waiting to run
Linux arm64 / build () (push) Waiting to run
Linux qemu / build (ppc64le) (push) Waiting to run
Linux qemu / build (riscv64) (push) Waiting to run
Linux / build (x86, --with-sb-thread, ) (push) Waiting to run
Linux / build (x86, --without-sb-thread, ) (push) Waiting to run
Linux / build (x86, --without-sb-unicode, ) (push) Waiting to run
Linux / build (x86-64, --with-mark-region-gc --with-nonstop-foreign-call) (push) Waiting to run
Linux / build (x86-64, --with-sb-fasteval --without-sb-eval --with-nonstop-foreign-call, fasteval) (push) Waiting to run
Linux / build (x86-64, --with-sb-thread --with-nonstop-foreign-call --with-tls-based-mv-return, sse4) (push) Waiting to run
Linux / build (x86-64, --with-sb-thread, ) (push) Waiting to run
Linux / build (x86-64, --without-sb-thread, ) (push) Waiting to run
Linux / build (x86-64, --without-sb-unicode, ) (push) Waiting to run
Mac / build (arm64, --with-mark-region-gc --with-nonstop-foreign-call --with-tls-based-mv-return) (push) Waiting to run
Mac / build (arm64, --with-sb-thread --with-nonstop-foreign-call --with-tls-based-mv-return) (push) Waiting to run
Mac / build (x86-64, --with-mark-region-gc --with-nonstop-foreign-call --with-tls-based-mv-return) (push) Waiting to run
Mac / build (x86-64, --with-sb-thread --with-nonstop-foreign-call --with-tls-based-mv-return) (push) Waiting to run
Windows arm64 / build (arm64, clang-aarch64, clangarm64) (push) Waiting to run
Windows / build (x86-64, ucrt-x86_64, ucrt64) (push) Waiting to run
Also, test texinfo generation on github.
30 lines
1.2 KiB
Common Lisp
30 lines
1.2 KiB
Common Lisp
(in-package :sb-manual)
|
|
|
|
(defsection @contributed-modules (:title "Contributed Modules")
|
|
"SBCL comes with a number of modules that are not part of the core
|
|
system. These are loaded via `(REQUIRE :<MODULENAME>)`
|
|
(see @CUSTOMIZATION-HOOKS-FOR-USERS). This section contains
|
|
documentation (or pointers to documentation) for some of the
|
|
contributed modules."
|
|
#+#.(sb-manual::package-exists-p/reader '#:sb-aclrepl)
|
|
(@sb-aclrepl section)
|
|
#+#.(sb-manual::package-exists-p/reader '#:sb-concurrency)
|
|
(@sb-concurrency section)
|
|
#+#.(sb-manual::package-exists-p/reader '#:sb-cover)
|
|
(@sb-cover section)
|
|
#+#.(sb-manual::package-exists-p/reader '#:sb-grovel)
|
|
(@sb-grovel section)
|
|
#+#.(sb-manual::package-exists-p/reader '#:sb-introspect)
|
|
(@sb-introspect section)
|
|
(@sb-manual section)
|
|
#+#.(sb-manual::package-exists-p/reader '#:sb-md5)
|
|
(@sb-md5 section)
|
|
#+#.(sb-manual::package-exists-p/reader '#:sb-posix)
|
|
(@sb-posix section)
|
|
#+#.(sb-manual::package-exists-p/reader '#:sb-queue)
|
|
(@sb-queue section)
|
|
#+#.(sb-manual::package-exists-p/reader '#:sb-rotate-byte)
|
|
(@sb-rotate-byte section)
|
|
#+#.(sb-manual::package-exists-p/reader '#:sb-simd)
|
|
(@sb-simd section))
|