Flexible Lisp Blogware. Fork for personal use. Mirrored from https://github.com/kingcons/coleslaw originally.

coleslaw.lisp 143B

12345
  1. (in-package :coleslaw)
  2. (defgeneric start-coleslaw (&rest options)
  3. (:documentation "Start the coleslaw server with any specified OPTIONS."))