X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2FREADME;h=389d18fa0d8dc1c15f861aeaab29705ac581dc36;hb=06c288327bb8ea3a9534c63c0a8a909445a62054;hp=a0a07bebaf00ca51a31c1d81d7218e3ff45dea9d;hpb=99a5e197607827aff6881686b72c02947b36ae8b;p=sbcl.git diff --git a/contrib/README b/contrib/README index a0a07be..389d18f 100644 --- a/contrib/README +++ b/contrib/README @@ -8,15 +8,11 @@ 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 + Makefile, and can be loaded with REQUIRE. - Many of them use ASDF, so you have to require that first: e.g. - - * (require 'asdf) - * (require 'sb-bsd-sockets) - - * Older standalone files are effectively unpackaged and may or may - not work with the current SBCL version. + * 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