architecture.service-provider
Provides a framework for registering and finding services and providers of these.
$ area51 add architecture.service-providerCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(architecture.service-provider:some-function ...)