sbcl.sbcl/contrib
Rudi Schlatte 236b1001f1 1.0.10.38: fix get-host-by-address on Darwin
sockaddr_in has a length field on Darwin but not on linux
2007-10-08 06:19:26 +00:00
..
asdf 0.9.18.39: 2006-11-07 10:51:39 +00:00
asdf-install 1.0.2.22: Minor NetBSD changes 2007-02-12 03:12:40 +00:00
sb-aclrepl 1.0.4.45: workaround for bug #412 & undefined variable cleanup 2007-04-08 12:38:18 +00:00
sb-bsd-sockets 1.0.10.38: fix get-host-by-address on Darwin 2007-10-08 06:19:26 +00:00
sb-cltl2 1.0.9.51: SB-CLTL2: implement FUNCTION-INFORMATION, touch VARIABLE-INFORMATION 2007-09-10 12:14:42 +00:00
sb-cover 1.0.9.60: partial fix for bug in STREAM-ERROR :REPORT 2007-09-16 12:05:16 +00:00
sb-executable 0.9.18.24: 2006-11-02 12:55:51 +00:00
sb-grovel 1.0.6.54: fix building contribs from a clean checkout (oops) 2007-06-18 17:52:16 +00:00
sb-introspect 1.0.6.50: better arglists for generic functions 2007-06-18 16:15:54 +00:00
sb-md5 0.9.11.7 2006-03-29 09:27:26 +00:00
sb-posix 1.0.10.35: fix sb-posix test on linux 2007-10-07 20:21:58 +00:00
sb-rotate-byte 0.9.4.8: 2005-08-26 22:19:12 +00:00
sb-rt 0.9.2.43: 2005-07-14 16:30:05 +00:00
sb-simple-streams 1.0.8.16: refactored fd-stream buffering 2007-08-06 11:50:46 +00:00
sb-sprof 1.0.10.23: Shuffle def* foo around for less compiler warnings. 2007-10-04 23:01:57 +00:00
.cvsignore 0.8.0.20: 2003-05-30 11:26:58 +00:00
asdf-module.mk 0.9.16.18: 2006-09-07 00:56:59 +00:00
asdf-stub.lisp 0.9.10.42: 2006-03-17 15:34:51 +00:00
code-extras.lisp 0.9.2.43: 2005-07-14 16:30:05 +00:00
compiler-extras.lisp 0.9.2.43: 2005-07-14 16:30:05 +00:00
experimental-thread.patch 0.8.4.40 2003-10-24 10:23:55 +00:00
README 0.8.4.27: 2003-10-17 14:27:44 +00:00
stale-symbols.lisp 0.9.2.43: 2005-07-14 16:30:05 +00:00
STANDARDS 0.8.9.33: 2004-04-09 20:54:24 +00:00
vanilla-module.mk 0.9.16.18: 2006-09-07 00:56:59 +00:00

This directory is for extensions to SBCL. They aren't necessary for
core SBCL functionality, or else they'd be built into the main SBCL
binary automatically. And they're not portable Common Lisp, or they'd
be put elsewhere (see http://sbcl.sf.net/libs.php for pointers)

There are two kinds of contrib module in this directory:

  * Newer contrib modules conform to the contrib standard (see 
    STANDARDS) and are automatically built and installed along with
    SBCL itself.  Each of these is in its own subdirectory with a
    Makefile, and can be loaded with REQUIRE.

  * Older standalone files in the contrib directory itself are
    effectively unpackaged and may or may not work with the current
    SBCL version.

Some good candidates for future extensions here are:
  * bindings to existing foreign libraries (e.g. to a regexp library
    like PCRE, or to a compression library like zlib, or to a graphics
    library like Tk)
  * new libraries (e.g. a CORBA interface)
  * low-level hooks into SBCL needed to interface it to some wrapper
    system (e.g. to interface to a graphical debugger of some sort)
  * a too-alpha-to-be-supported-yet tree shaker

SBCL extensions of less general interest, e.g. a binding to the C
interface of the Oracle RDBMS, or particularly large extensions, e.g.
big graphics frameworks, can also be associated with the SBCL project,
but instead of being included in this directory as part of the
distribution, they will be made available or linked to on the SBCL
project web site.