A toolset for parsing binary data formats.
$ area51 add binary-parser
;; area51 add updates your .asd automatically. ;; Use the package in your code: (in-package :my-project) (binary-parser:some-function ...)