architecture.builder-protocol
Protocol and framework for building parse results and other object graphs.
$ area51 add architecture.builder-protocolCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(architecture.builder-protocol:some-function ...)