1. defclass*
    defclass* is a convenience library to make the usage of defclass-like constructs easier (defcondition*, deflayer*, etc)
  2. defclass-std
    A shortcut macro to write DEFCLASS forms quickly
  3. Deferred
    A simple library allowing you to write code using deferred libraries
  4. DEFINER
    DEFINER is a small hack which demonstrates the power of CL macro facilities
  5. definitions-systems
    definitions-systems provides a simple unified extensible way of processing named definitions
  6. deflate
    Deflate by Pierre Mai is a Common Lisp implementation of Deflate (RFC 1951) decompression, with optional support for ZLIB-style (RFC 1950) and gzip-style (RFC 1952) wrappers of deflate streams
  7. DEFLEXER
    The LEXER package implements a lexical-analyzer-generator called DEFLEXER, which is built on top of both REGEX and CLAWK
  8. defmacro-enhance
    Extend DEFMACRO facility in spirit of Let Over Lambda
  9. defpackage-plus
    An extensible DEFPACKAGE variant with predictable cross-platform behavior and some utilities useful for versioning
  10. defrest
    defrest provides a very easy way to expose functions via REST interfaces with the hunchentoot webserver