cl-ascii-table
Common Lisp library to present tabular data in ascii-art table.
$ area51 add cl-ascii-tableCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-ascii-table:some-function ...)