binary-structures
A library for reading, writing, and representing structures from binary representations
$ area51 add binary-structuresCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(binary-structures:some-function ...)