cl-messagepack-rpc

MIT

A Common Lisp implementation of the MessagePack-RPC specification, which uses MessagePack serialization format to achieve efficient remote procedure calls (RPCs).

$ area51 add cl-messagepack-rpcCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-messagepack-rpc:some-function ...)