Library for translating ASCII letters to morse code and back.
$ area51 add cl-morse
;; area51 add updates your .asd automatically. ;; Use the package in your code: (in-package :my-project) (cl-morse:some-function ...)