X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-bsd-sockets%2FREADME;h=311b06a3f725bb5f0ed011979c0d99af8a2c2057;hb=f8893c7c658bf9d9e0757c63e47af2fdea810f04;hp=91e4df8f7f9b039f8b82865a0aa69994fe3e4620;hpb=10d2c05ea44ca0837091434fe2223c0c31687615;p=sbcl.git diff --git a/contrib/sb-bsd-sockets/README b/contrib/sb-bsd-sockets/README index 91e4df8..311b06a 100644 --- a/contrib/sb-bsd-sockets/README +++ b/contrib/sb-bsd-sockets/README @@ -1,17 +1,18 @@ o/~ Hey Mr Tambourine Man, play some -*- Text -*- for me o/~ A semi-sane sockets interface for SBCL. Usually also works in CMUCL, -but is rarely actually tested there so may require some massaging - -See INSTALL for prerequisites and build details - -It uses the regression tester from the CMU AI repository. This is -bundled in the file rt.lisp which is unchanged except where I added a -DEFPACKAGE form. The tests themselves are in tests.lisp, and can be -run using the Makefile target intended for the purpose, or by -evaluating (rt:do-tests). Note that one of the tests is an HTTP -client that connects back to ww.telent.net; if this bothers your -expectations of privacy, don't run it. +but is rarely actually tested there so may require some massaging. + +It is invoked through the SBCL contrib/ modules system: + (require :asdf) + (require :sb-bsd-sockets) + +It uses the regression tester from the CMU AI repository, in its +incarnation as the SBCL contrib SB-RT. The tests themselves are in +tests.lisp, and can be run using the Makefile target intended for the +purpose, or by evaluating (sb-rt:do-tests). Note that one of the tests +is an HTTP client that connects back to ww.telent.net; if this bothers +your expectations of privacy, don't run it. There is an automatically generated API reference in api-reference.html which you can regenerate if you can figure out how