trivial-toplevel-commands
Trivial Toplevel Commands allows to define toplevel commands available on most implementations in a portable fashion.
$ area51 add trivial-toplevel-commandsCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(trivial-toplevel-commands:some-function ...)