1. cl-curlex
    Leak *LEXENV*, which describes lexical environment, into the runtime
  2. 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)
  3. CL-CXX
    CL-CXX exposes all C++ functions and classes to Common Lisp using CFFI and a C++ thunk function
  4. cl-daemonize
    cl-daemonize is a tool to daemonize a Lisp process without the need for screen/detachtty
  5. cl-darcs
    cl-darcs is a client for the darcs version control system written in Common Lisp
  6. 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
  7. cl-data-structures
    Data structures (mutable and immutable) + stream algorithms (aggregations, group-by and so on)
  8. cl-date-time-parser
    Parse date-time-string, and return (as multiple values) universal-time and fraction
  9. cl-dawg
    CL-DAWG is a DoubleArray/DAWG implementation
  10. CL-DBI
    CL-DBI is intended to provide the same SQL interface for each database