Hier finden Sie die Dokumentation von Lisp Paketen, die auf meinem Rechner installiert sind. Die HTML-Dokumentation ist mit dem Lisp Paket atdoc erstellt, das von David Lichteblau geschrieben wurde. Dazu habe ich die vorhandene Dokumentation in Teilen ergänzt und als Lisp docstrings zur Verfügung gestellt, die von dem Paket atdoc geladen werden, um die Dokumentation zu erstellen.
alexandria is a collection of portable public domain utilities.
atdoc generates documentation for Common Lisp packages. It extracts documention strings written using a custom markup language and generates HTML pages, TeX documents, and Info files. atdoc was written by David Lichteblau and is available under an X11-style license.
babel is a charset conversion library.
bordeaus-threads lets you write multi-threaded applications in a portable way.
CFFI is the Common Foreign Function Interface for ANSI Common Lisp systems. By foreign function we mean a function written in another programming language and having different data and calling conventions than Common Lisp, namely, C. CFFI allows you to call foreign functions and access foreign variables, all without leaving the Lisp image.
Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect MOP features across a broad range of Common Lisp implementations.
lisp-unit is a Common Lisp library that supports unit testing. There is a long history of testing packages in Lisp, usually called regression testers. More recent packages in Lisp and other languages have been inspired by JUnit for Java. For more information on both unit testing and JUnit, visit JUnit.org.
parse-number is a library of functions which accept an arbitrary string and attempt to parse it, if possible into one of the standard Common Lisp number types without using the reader, or else signal an error of type invalid-number.
PURI - Portable URI Library - is a portable Universal Resource Identifier library for Common Lisp programs.
Splits a sequence into a list of subsequences delimited by objects satisfying a test. split-sequence is a member of the Common Lisp Utilities family of programs, designed by community consensus.
trivial-features ensures consistent *features* across multiple Common Lisp implementations.
trivial-gray-streams provides an extremely thin compatibility layer for gray streams. It is nearly *too* trivial for a complete package, except that the author David Lichteblau has copy and pasted this code into enough projects now that he decided to factor it out once again now, and then *never* has to touch it again.
xuriella is an implementation of XSLT 1.0.