architecture.hooks

LLGPLv3

This system provides the hooks extension point mechanism (as known, e.g., from GNU Emacs).

$ area51 add architecture.hooksCopy

Usage

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