Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
;;;; package.lisp
|
||||
|
||||
(defpackage #:backplane-server
|
||||
(:use #:cl)
|
||||
(:import-from #:arrows
|
||||
#:->
|
||||
#:some->)
|
||||
(:import-from #:alexandria
|
||||
#:if-let)
|
||||
(:import-from #:cl-json
|
||||
#:decode-json-from-string
|
||||
#:encode-json-to-string)
|
||||
|
||||
(:export #:make-success
|
||||
#:make-error
|
||||
#:success-p
|
||||
#:error-p
|
||||
#:parse-message
|
||||
#:handle-message
|
||||
#:backplane-connect))
|
||||
Reference in New Issue
Block a user