zhengcheng233 / iolib

Common Lisp I/O library

Home Page:http://common-lisp.net/projects/iolib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-- markdown --

  • Compilation IOlib requires a C library named LibFixPOSIX - https://github.com/sionescu/libfixposix - and its headers in order to compile. LibFixPOSIX can either be installed manually, for which there are instructions in the source code, or through distro repositories.

  • Tests Some of the socket tests require an echo server, the default being one on the Internet. If you can't use that, set iolib-tests:echo-address and iolib-test:echo-port appropriately to point the echo tests somewhere else.

  • Generating documentation To generate the documentation, use this patched version of texinfo-docstrings: http://gitorious.org/iolib/texinfo-docstrings Then make sure that IOLib's .asd files and texinfo-docstrings.asd can be loaded and run GNU make inside doc/ ; you'll then find the generated docs under manual/. This procedure has only been tested with SBCL.

About

Common Lisp I/O library

http://common-lisp.net/projects/iolib/

License:MIT License


Languages

Language:Common Lisp 97.8%Language:C 2.0%Language:Makefile 0.1%Language:Shell 0.0%