1.0.20.20: fix gencgc on 32 bit platforms with 2gb< heap
[sbcl/pkhuong.git] / doc / manual / contrib-modules.texinfo
blob06edcc608798e6103f4ee71ffacc8e6027321d56
1 @node Contributed Modules
2 @comment  node-name,  next,  previous,  up
3 @chapter Contributed Modules
5 SBCL comes with a number of modules that are not part of the core
6 system.  These are loaded via @code{(require :@var{modulename})}
7 (@pxref{Customization Hooks for Users}).  This section contains
8 documentation (or pointers to documentation) for some of the contributed
9 modules.
11 @menu
12 * sb-aclrepl::
13 * sb-grovel::
14 * sb-posix::
15 * sb-md5::
16 * sb-rotate-byte::
17 * sb-cover::
18 @end menu
20 @page
21 @include sb-aclrepl/sb-aclrepl.texinfo
23 @page
24 @include sb-grovel/sb-grovel.texinfo
26 @page
27 @include sb-posix/sb-posix.texinfo
29 @page
30 @include sb-md5/sb-md5.texinfo
32 @page
33 @include sb-rotate-byte/sb-rotate-byte.texinfo
35 @page
36 @include sb-cover/sb-cover.texinfo