cl-renderdoc
Wrapper around the renderdoc In-Application API for Common Lisp
$ area51 add cl-renderdocCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-renderdoc:some-function ...)