binary-parser

MIT

A toolset for parsing binary data formats.

$ area51 add binary-parserCopy

Usage

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