Skip to content
cl-stomp-example.asd 149 B
Newer Older
keith.irwin's avatar
keith.irwin committed
;; -*- mode: lisp; -*-

keith.irwin's avatar
keith.irwin committed
(defsystem :example
    :version "0.1.0"
    :depends-on (cl-stomp)
    :components ((:file "example")))