cl-morse

BSD-3clause

Library for translating ASCII letters to morse code and back.

$ area51 add cl-morseCopy

Usage

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

Dependencies