cl-termbox
Bindings for termbox library, a minimalistic library for building text-mode applications without curses
$ area51 add cl-termboxCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-termbox:some-function ...)