cl-stomp

MIT-style License

Implements the STOMP protocol for connecting to a message broker.

$ area51 add cl-stompコピー

使い方

;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(cl-stomp:some-function ...)