cl-scram

Revised BSD License (see LICENSE)

Common lisp library to implement SCRAM-SHA1 SASL mechanism.

$ area51 add cl-scramCopy

Usage

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