;;;; websocket.asd (asdf:defsystem #:websocket :description "Describe websocket here" :author "Leovinci" :license "Specify license here" :version "0.0.1" :serial t :depends-on (#:cl-ppcre #:base64 #:sha1 #:flexi-stream #:celwk) :components ((:file "package") (:file "websocket")))