cl-template

MIT

A simple output-agnostic templating system for Common Lisp.

$ area51 add cl-templateCopy

Usage

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

Dependencies