Skip to content
cl-stomp.asd 367 B
Newer Older
;; -*- mode: lisp; indent-tabs-mode: nil; -*-
;;
;; Available under MIT-style License. see COPYING.
;;

(in-package :asdf)

Francois-Rene Rideau's avatar
Francois-Rene Rideau committed
(defsystem :cl-stomp
  :description "Implements the STOMP protocol for connecting to a message broker."
  :author "Keith Irwin, Matt Reklaitis"
  :licence "MIT-style License"
Francois-Rene Rideau's avatar
Francois-Rene Rideau committed
  :depends-on (:usocket :babel)