configuration.options

LLGPLv3

An extensible configuration system that supports multiple option sources.

$ area51 add configuration.optionsCopy

Usage

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