1. cl-custom-hash-table
    cl-custom-hash-table extends the hash table data structure by allowing the use of arbitrary TEST/HASH functions, in addition to the TEST functions allowed by the standard (EQ, EQL, EQUAL and EQUALP)
  2. CL-CXX
    CL-CXX exposes all C++ functions and classes to Common Lisp using CFFI and a C++ thunk function
  3. cl-daemonize
    cl-daemonize is a tool to daemonize a Lisp process without the need for screen/detachtty
  4. cl-darcs
    cl-darcs is a client for the darcs version control system written in Common Lisp
  5. CL-DATA-FORMAT-VALIDATION
    CL-DATA-FORMAT-VALIDATION is provides a consistent regular interface for data conversion and validation (in the form of strings usually) into internal data types and for formatting internal data back into external presentable strings, all according to a conversion or type specification
  6. cl-date-time-parser
    Parse date-time-string, and return (as multiple values) universal-time and fraction
  7. cl-dawg
    CL-DAWG is a DoubleArray/DAWG implementation
  8. CL-DBI
    CL-DBI is intended to provide the same SQL interface for each database
  9. CL-DBUS
    CL-DBUS aims to be an implementation of the popular D-BUS IPC/networking protocol
  10. cl-debug
    A way to enable or disable debug-specific code