Encode/decode any-base integers and byte arrays interchangeably.
$ area51 add cl-intbytes
;; area51 add updates your .asd automatically. ;; Use the package in your code: (in-package :my-project) (cl-intbytes:some-function ...)