method-hooks

Mozilla Public License Version 2.0

simple qualifiable hooks defined like methods with the option to modify the dispatch method and how dispatch happens

$ area51 add method-hooksCopy

Usage

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

Dependencies