cl-simple-table
Simple in-memory tabular data structure and utility methods.
$ area51 add cl-simple-tableCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-simple-table:some-function ...)