1. DeepSpace1
    From Wikipedia, the free encyclopedia
  2. defclass*
    defclass* is a convenience library to make the usage of defclass-like constructs easier (defcondition*, deflayer*, etc)
  3. defclass-std
    A shortcut macro to write DEFCLASS forms quickly
  4. Deferred
    A simple library allowing you to write code using deferred libraries
  5. DEFINER
    DEFINER is a small hack which demonstrates the power of CL macro facilities
  6. definitions-systems
    definitions-systems provides a simple unified extensible way of processing named definitions
  7. 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
  8. DEFLEXER
    The LEXER package implements a lexical-analyzer-generator called DEFLEXER, which is built on top of both REGEX and CLAWK
  9. defmacro-enhance
    Extend DEFMACRO facility in spirit of Let Over Lambda
  10. defpackage-plus
    An extensible DEFPACKAGE variant with predictable cross-platform behavior and some utilities useful for versioning