cl-htmlprag
A port of Neil Van Dyke's famous HTMLPrag library to Common Lisp.
$ area51 add cl-htmlpragCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-htmlprag:some-function ...)