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