cl-htmlprag

LGPL 2.1

A port of Neil Van Dyke's famous HTMLPrag library to Common Lisp.

$ area51 add cl-htmlpragCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-htmlprag:some-function ...)