cl-netstring-plus

MIT

A simple library for sending and receiving messages with a netstring-like encoding.

$ area51 add cl-netstring-plusCopy

Usage

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