Common lisp implementation of TextMagic API to send SMS
$ area51 add cl-textmagic
;; area51 add updates your .asd automatically. ;; Use the package in your code: (in-package :my-project) (cl-textmagic:some-function ...)