← Package directory
Available on winget

Install Common Lisp Package Manager (CLPM)

Common Lisp Project Manager is a project/library manager for Common Lisp that strives to cleanly separate the project manager process itself from the client image that uses it.

Install with winget
winget install --id CLPM.CLPM
Upgrade
winget upgrade --id CLPM.CLPM
Uninstall
winget uninstall --id CLPM.CLPM

About Common Lisp Package Manager (CLPM)

CLPM is a project manager for Common Lisp. It can manage projects in both global and project specific contexts. It would be called a "package manager" in most other contexts, but the use of "package" unfortunately collides with the use of "package" in the Common Lisp spec as a namespace for symbols. It consists of two major pieces. First is a standalone program that is responsible for all the heavy lifting of downloading and unpacking releases in the correct place, resolving dependencies, and managing project speci...

What's new in 0.4.2-rc.2

Bug fix release, install.sh fixed so that the `share/` folder (which includes the client) is fully installed.

Read release notes

Version history

Version Updated Notes
0.4.2-rc.2 Unknown Bug fix release, install.sh fixed so that the `share/` folder (which includes the client) is fully installed.