From b48bc4a09c1a44a2b1151ec5fa2452965a76ae95 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 7 Feb 2022 14:52:15 -0600 Subject: comments in package.lisp --- package.lisp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.lisp b/package.lisp index e03ce20..515cf61 100644 --- a/package.lisp +++ b/package.lisp @@ -1,5 +1,7 @@ ;;;; package.lisp +;; any backend must implement functions for these +;; use the hunchentoot backend as a reference (defpackage #:lazybones.backend (:export ;; request functions @@ -27,6 +29,8 @@ #:start-server #:stop-server)) +;; the symbols exported here are available for end users to use in the +;; building of their apps (defpackage #:lazybones (:use #:cl #:lazybones.backend) (:local-nicknames (#:a #:alexandria) -- cgit v1.2.3