aserve
Trivial shim to load built-in aserve when running on Allegro CL
$ area51 add aserveCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(aserve:some-function ...)Trivial shim to load built-in aserve when running on Allegro CL
$ area51 add aserveCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(aserve:some-function ...)