*[Quickutil](https://github.com/tarballs-are-good/quickutil) - A utility manager, similar to Quicklisp, but for small utilities rather than whole libraries. [3-clause BSD][15].
*[clpm](https://gitlab.common-lisp.net/clpm/clpm) - A package manager for Common Lisp that strives to cleanly separate the package manager process itself from the client image that uses it. [BSD_2Clause][17].
*[Qi](https://github.com/CodyReichert/qi) - A package manager with a traditional approach. [BSD][15].
*[lib-helper](https://github.com/albuspiroglu/cl-lib-helper) - Hierarchical packages to organise cl symbols and some other systems. Synergises with code-completion, simplifies symbol lookup.