shared-preferences
Notably allows flexible specification of package-local preferences.
$ area51 add shared-preferencesコピー使い方
;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(shared-preferences:some-function ...)Notably allows flexible specification of package-local preferences.
$ area51 add shared-preferencesコピー;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(shared-preferences:some-function ...)