From 19792479f89c763b6267399f3a66db6cbe8f10f3 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 4 May 2024 11:05:12 -0700 Subject: initial commit --- weekend.asd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 weekend.asd (limited to 'weekend.asd') diff --git a/weekend.asd b/weekend.asd new file mode 100644 index 0000000..6e7f833 --- /dev/null +++ b/weekend.asd @@ -0,0 +1,15 @@ +;;;; weekend.asd + +(asdf:defsystem #:weekend + :description "A Metaclass and Protocol for Defining Webservers." + :author "colin " + :license "AGPLv3.0" + :version "0.0.1" + :depends-on (#:hunchentoot #:closer-mop #:alexandria #:flatbind) + :pathname "src/" + :serial t + :components ((:file "package") + (:file "protocol") + (:file "endpoint") + ; (:file "server") + )) -- cgit v1.2.3