simple-config
loads and parses a KEY=VALUE style config file
$ area51 add simple-configCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(simple-config:some-function ...)loads and parses a KEY=VALUE style config file
$ area51 add simple-configCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(simple-config:some-function ...)