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-commandsコピー

使い方

;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(trivial-toplevel-commands:some-function ...)