cl-server-manager

MIT

Manage port-based servers (e.g., Swank and Hunchentoot) through a unified interface.

$ area51 add cl-server-managerCopy

Usage

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