single-threaded-ccl
Create a single-threaded CCL image, so you can fork
$ area51 add single-threaded-cclCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(single-threaded-ccl:some-function ...)