cl-beanstalk

An interface to the beanstalk queue server

$ area51 add cl-beanstalkCopy

Usage

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