From f069b37946186c43dff1c4aecb803b916d8758b9 Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 28 May 2024 07:15:48 -0700 Subject: Add: parenscript request api function generation --- weekend.asd | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'weekend.asd') diff --git a/weekend.asd b/weekend.asd index c844f7b..9fa9120 100644 --- a/weekend.asd +++ b/weekend.asd @@ -12,3 +12,12 @@ (:file "protocol") (:file "endpoint") (:file "defendpoint"))) + +(asdf:defsystem #:weekend/psclient + :description "Generate parenscript code for weekend endpoint classes." + :author "colin " + :license "AGPLv3.0" + :version "0.0.1" + :depends-on (#:weekend #:parenscript) + :pathname "src/client/ps/" + :components ((:file "generate"))) -- cgit v1.2.3