S-SYSDEPS
is an abstraction layer over platform dependent functionality. This simple package is used as a building block in a number of other open source projects.
- Features
- Status
- News
- Platforms
- Downloading
- Installation
- Usage
- API Reference
- Mailinglist
- Changelog
- TODO
- FAQ
- Bugs
- Authors
- Maintainers
- License
- History
- References
S-SYSDEPS
abstracts:
- managing processes
- implementing a standard TCP/IP server
- opening a client TCP/IP socket stream
- working with process locks
S-SYSDEPS
is considered stable code.
November 2005 - Created as a seperate project.
S-SYSDEPS
is, by definition, written in ANSI standard Common Lisp but
implemented using non-standard extensions. At the moment, ports for
LispWorks (reference), OpenMCL, CMUCL and SBCL exist. Some other CL
implementations are partially supported.
The S-SYSDEPS
package is loaded using ASDF.
There is an excellent tutorial on
ASDF to get you started.
CL-USER 1 > (asdf:oos 'asdf:load-op :s-sysdeps)
Example of setting up and using ASDF to compile and load the package
For usage examples please have a look at the package using S-SYSDEPS
.
There is automatically generated API Reference documentation available for the S-SYSDEPS package.
There is no mailing list for this project.
Release Notes:
- release 1: moved
S-SYSDEPS
into a separate project under a new structure
- Port to even more platforms.
- Add some unit or functional tests
- Some example code.
Nothing appropriate.
There are no known bugs.
S-SYSDEPS
was written by Sven Van Caekenberghe. Ports to CMUCL and SBCL were contributed.
S-SYSDEPS
is being maintained by Sven Van
Caekenberghe.
You are granted the rights to distribute and use this software as governed by the terms of the Lisp Lesser General Public License (https://opensource.franz.com/preamble.html), also known as the LLGPL.
This file was part of S-XML-RPC
and (N)KPAX
.
There are no references.
Copyright © 2004-2005 Sven Van Caekenberghe, Beta Nine BVBA. All Right Reserved.