cl-netstring-plus
A simple library for sending and receiving messages with a netstring-like encoding.
$ area51 add cl-netstring-plusCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-netstring-plus:some-function ...)