event-glue

MIT

A simple framework for event-based architectures.

$ area51 add event-glueCopy

Usage

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