text-draw
A utility library to draw nice presentations in pure text.
$ area51 add text-drawCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(text-draw:some-function ...)A utility library to draw nice presentations in pure text.
$ area51 add text-drawCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(text-draw:some-function ...)