pack

Public Domain

Pack and unpack binary data via Python-like struct strings.

$ area51 add packCopy

Usage

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