clpm.dev - CLPM - Common Lisp Project Manager

Example domain paragraphs

WARNING : This software is BETA quality. I use it as my daily driver, but it is still a little rough around the edges and it may accidentally eat your files.

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 specific environments. This piece is generally referred to as CLPM, the CLPM core, or clpm and is distributed as a precompiled executable using SBCL (but it is possible to compile it from source). The second is a small client library written in portable Common Lisp that interfaces with ASDF and ca

Links to clpm.dev (1)