This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

Faslpath - a build tool for CL

1 post · 2121 views

From the homepage:
Faslpath is a build tool for Common Lisp that does not require separate build files. Instead, it relies on naming conventions to resolve dependencies between files. It is intended to simplify deployment of lisp packages.
It will let you build your software without .asd files. Additionally, it comes with some scripts for saving cores or running packages from the command line.

Get it here.