pack
Pack and unpack binary data via Python-like struct strings.
$ area51 add packCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(pack:some-function ...)Pack and unpack binary data via Python-like struct strings.
$ area51 add packCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(pack:some-function ...)