buildapp

BSD

Buildapp is an application for SBCL and CCL that configures and saves an executable Common Lisp image or non-executable core.

$ area51 add buildappCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(buildapp:some-function ...)