cl-rabbit

MIT

Simple RabbitMQ interface for Common Lisp using CFFI

$ area51 add cl-rabbitCopy

Usage

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