The homepage is migrated to the README.md at the Git repository: https://github.com/cl-plus-ssl/cl-plus-ssl. The API docs are migrated to docstrings in the source code and comments in the package.lisp.
The only piece of information not migrated is this old chart from early days of cl+ssl, comparing it with alternative solutions.
Should it be moved to the History section of the README? (We con't know if the information is still accurate or the other solution have evolved since then).
FFI | Streams | Lisp-BIO | |
---|---|---|---|
CL+SSL | CFFI | gray1, buffering output | yes |
CL-SSL | UFFI | gray, buffering I/O [part of ACL-COMPAT] | no |
SSL-CMUCL | CMUCL/ALIEN | CMUCL, non-buffering | no |
1 Character I/O and external formats in CL+SSL are provided using flexi-streams.