0.7.12.24
[sbcl.git] / contrib / bsd-sockets / README
1 o/~  Hey Mr Tambourine Man, play some -*- Text -*- for me   o/~
2
3 A semi-sane sockets interface for SBCL.  Usually also works in CMUCL, 
4 but is rarely actually tested there so may require some massaging
5
6 See INSTALL for prerequisites and build details
7
8 It uses the regression tester from the CMU AI repository.  This is
9 bundled in the file rt.lisp which is unchanged except where I added a
10 DEFPACKAGE form.  The tests themselves are in tests.lisp, and can be
11 run using the Makefile target intended for the purpose, or by
12 evaluating (rt:do-tests).  Note that one of the tests is an HTTP
13 client that connects back to ww.telent.net; if this bothers your
14 expectations of privacy, don't run it.
15
16 There is an automatically generated API reference in
17 api-reference.html which you can regenerate if you can figure out how
18 doc.lisp works.  You might find the examples in tests.lisp useful,
19 too.
20
21 Feedback, patches, development versions
22
23 Instructions on how to access the CVS repository for db-sockets are
24 at http://cvs.telent.net/
25
26 If you find bugs or want to send patches for enhancements, by email to
27 Daniel Barlow <dan@telent.net>, but please check the CVS version first.
28
29 $Id$