trivial-toplevel-commands

BSD-3 Clause

Trivial Toplevel Commands allows to define toplevel commands available on most implementations in a portable fashion.

$ area51 add trivial-toplevel-commandsCopy

Usage

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