named-readtables
Library that creates a namespace for readtables akin to the namespace of packages.
$ area51 add named-readtablesCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(named-readtables:some-function ...)