Releases

Releases are signed with key 0xCFBD0125
iolib-0.7.3.tar.gz (signature) -- Sunday, 24-Oct-2010 07:34:30 PDT

Live sources

$ git clone git://gitorious.org/libfixposix/libfixposix.git
$ git clone git://gitorious.org/iolib/iolib.git
Daily snapshots are here. Backups of IOLib are available on common-lisp.net, github and repo.or.cz

IOLib HEAD now uses a C library(LibFixPOSIX) to wrap syscalls. If you have problems compiling it, make sure you follow the README

Dependencies:

ALEXANDRIA(GIT), TRIVIAL-FEATURES, TRIVIAL-GARBAGE, BABEL, CFFI(GIT), BORDEAUX-THREADS and CL-PPCRE

Test suite

In order to load the test suite you'll also need ARNESI and FIVEAM
You can run the test suite by evaluating in the REPL:
(asdf:oos 'asdf:test-op :iolib)