cl-creditcard
Generic interace library for talking with credit card processors.
$ area51 add cl-creditcardCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-creditcard:some-function ...)