shared-preferences

Unlicense

Notably allows flexible specification of package-local preferences.

$ area51 add shared-preferencesCopy

Usage

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