This package browser is in early development. Mind the rough edges.

sbcl-overlord

Build system in Common Lisp

Overlord is a build system in Common Lisp. It is a real build system, with all the modern features: rules with multiple outputs, parallel builds, immunity to clock issues, and dynamic dependencies.

But Overlord is more than another build system. Overlord is a uniform approach to dependencies inside or outside of a Lisp image. Overlord is to Make what Lisp macros are to C macros.

Overlord is designed to be used from the Lisp REPL. A command line interface is available in a separate repository. See https://github.com/ruricolist/overlord-cli.

Installation

Install the latest version of sbcl-overlord as follows:

guix install sbcl-overlord

Or install a particular version:

guix install sbcl-overlord@0.0.0-1.a8f37b3

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.