cl-scram
Common lisp library to implement SCRAM-SHA1 SASL mechanism.
$ area51 add cl-scramCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-scram:some-function ...)Common lisp library to implement SCRAM-SHA1 SASL mechanism.
$ area51 add cl-scramCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-scram:some-function ...)