binascii
A library of ASCII encoding schemes for binary data
$ area51 add binasciiCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(binascii:some-function ...)A library of ASCII encoding schemes for binary data
$ area51 add binasciiCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(binascii:some-function ...)