1. cl-async
    Cl-async is a asynchronous I/O library wrapping the libuv C library
  2. cl-async-future
    cl-async-future is a future (or "promise") implementation that allows a simple abstraction for values that may or may not be available yet
  3. cl-audioscrobbler
    cl-audioscrobbler is a Common Lisp wrapper to the Audioscrobbler/Last.fm API
  4. cl-autorepo
    A simple lisp library to ease inclusion of non-Quicklisp libraries from repositories
  5. cl-autowrap
    cl-autowrap is a point-and-shoot tool for creating and distributing FFI wrappers
  6. cl-azure
    cl-azure lets you access Microsoft Windows Azure cloud storage from Common Lisp
  7. cl-base32
    CL-Base32 is a Common Lisp library for encoding / decoding bytes to / from base32 strings (RFC 4648)
  8. cl-base58
    This library implements the base58 encoding algorithm
  9. cl-base64
    cl-base64 provides base64 (RFC 1521) encoding and decoding
  10. cl-bench
    cl-bench is a benchmarking toolkit produced by Eric Mardsen