cl-singleton-mixin

MIT

provides singleton-mixin class.

$ area51 add cl-singleton-mixinCopy

Usage

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