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

(defsystem :example
    :version "0.1.0"
    :depends-on (cl-ppcre cl-stomp)
    :components
    ((:file "example")))